Skip to content

Commit 0c13469

Browse files
committed
Use WG framing tests.
1 parent a7e3047 commit 0c13469

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/test-karma.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,20 @@ if(process.env.JSONLD_TESTS) {
5757
entries.push(join(_top, 'test-suites/json-ld-api/tests'));
5858
entries.push(join(_top, '../json-ld-api/tests'));
5959

60-
/*
6160
// json-ld-framing main test suite
6261
// FIXME: add path detection
6362
entries.push(join(_top, 'test-suites/json-ld-framing/tests'));
6463
entries.push(join(_top, '../json-ld-framing/tests'));
65-
*/
6664

65+
/*
6766
// TODO: use json-ld-framing once tests are moved
6867
// json-ld.org framing test suite
6968
// FIXME: add path detection
7069
entries.push(join(
7170
_top, 'test-suites/json-ld.org/test-suite/tests/frame-manifest.jsonld'));
7271
entries.push(join(
7372
_top, '../json-ld.org/test-suite/tests/frame-manifests.jsonld'));
73+
*/
7474

7575
// json-ld.org normalization test suite
7676
// FIXME: add path detection

tests/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ if(process.env.JSONLD_TESTS) {
4242
entries.push(path.resolve(_top, '../json-ld-api/tests'));
4343
}
4444

45-
/*
4645
// json-ld-framing main test suite
4746
const framingPath = path.resolve(_top, 'test-suites/json-ld-framing/tests');
4847
if(fs.existsSync(framingPath)) {
@@ -51,8 +50,8 @@ if(process.env.JSONLD_TESTS) {
5150
// default to sibling dir
5251
entries.push(path.resolve(_top, '../json-ld-framing/tests'));
5352
}
54-
*/
5553

54+
/*
5655
// TODO: use json-ld-framing once tests are moved
5756
// json-ld.org framing test suite
5857
const framingPath = path.resolve(
@@ -64,6 +63,7 @@ if(process.env.JSONLD_TESTS) {
6463
entries.push(path.resolve(
6564
_top, '../json-ld.org/test-suite/tests/frame-manifest.jsonld'));
6665
}
66+
*/
6767

6868
// json-ld.org normalization test suite
6969
const normPath = path.resolve(_top, 'test-suites/normalization/tests');

0 commit comments

Comments
 (0)