Skip to content

Commit df3eb8f

Browse files
committed
Update skipped tests.
1 parent 94d3d05 commit df3eb8f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

tests/test-common.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ const TEST_TYPES = {
4545
// terms
4646
/^#tp001/,
4747
// rel iri
48-
/^#t0095/
48+
/^#t0095/,
49+
// type set
50+
/^#t0104/,
51+
/^#t0105/,
4952
]
5053
},
5154
fn: 'compact',
@@ -83,6 +86,8 @@ const TEST_TYPES = {
8386
/^#t0010/,
8487
/^#t0011/,
8588
/^#t0012/,
89+
// iris
90+
/^#t0109/,
8691
]
8792
},
8893
fn: 'expand',
@@ -99,7 +104,7 @@ const TEST_TYPES = {
99104
// list of lists
100105
/^#tli01/,
101106
/^#tli02/,
102-
/^#tli03/
107+
/^#tli03/,
103108
]
104109
},
105110
fn: 'flatten',
@@ -135,7 +140,7 @@ const TEST_TYPES = {
135140
/^#t0058/,
136141
// misc
137142
/^#tp010/,
138-
/^#tp050/
143+
/^#tp050/,
139144
]
140145
},
141146
fn: 'frame',
@@ -153,7 +158,7 @@ const TEST_TYPES = {
153158
// list of lists
154159
/^#tli01/,
155160
/^#tli02/,
156-
/^#tli03/
161+
/^#tli03/,
157162
]
158163
},
159164
fn: 'fromRDF',

0 commit comments

Comments
 (0)