Skip to content

Commit eb1030a

Browse files
committed
chore: remove unused tests
1 parent bd6d3cb commit eb1030a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/BaseIRI-test.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ describe('BaseIRI', () => {
138138
relativizes('an IRI containing ../ in its fragment', 'http://example.org/foo/',
139139
'http://example.org/foo/baz#bar/../baz', 'baz#bar/../baz');
140140

141-
// relativizes('an IRI directly relative to the base with two sub paths', 'http://example.org/a/b/c/d/e/f/',
142-
// 'http://example.org/a/b/c/d/h/i/', '../../h/i/');
143-
144141
relativizes('an IRI directly relative to the base', 'http://example.org/foo/',
145142
'http://example.org/foo/baz', 'baz');
146143

@@ -149,9 +146,6 @@ describe('BaseIRI', () => {
149146

150147
relativizes('an IRI where it is better to use a / path [/x/y]', 'http://example.org/x/q/r/n/m/',
151148
'http://example.org/x/y', '/x/y');
152-
153-
// relativizes('an IRI where it is better to use a / path [/x/y/z]', 'http://example.org/x/q/r/n/m/',
154-
// 'http://example.org/x/y/z', '/x/y/z');
155149
});
156150
});
157151

0 commit comments

Comments
 (0)