File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,20 +57,20 @@ if(process.env.JSONLD_TESTS) {
57
57
entries . push ( join ( _top , 'test-suites/json-ld-api/tests' ) ) ;
58
58
entries . push ( join ( _top , '../json-ld-api/tests' ) ) ;
59
59
60
- /*
61
60
// json-ld-framing main test suite
62
61
// FIXME: add path detection
63
62
entries . push ( join ( _top , 'test-suites/json-ld-framing/tests' ) ) ;
64
63
entries . push ( join ( _top , '../json-ld-framing/tests' ) ) ;
65
- */
66
64
65
+ /*
67
66
// TODO: use json-ld-framing once tests are moved
68
67
// json-ld.org framing test suite
69
68
// FIXME: add path detection
70
69
entries.push(join(
71
70
_top, 'test-suites/json-ld.org/test-suite/tests/frame-manifest.jsonld'));
72
71
entries.push(join(
73
72
_top, '../json-ld.org/test-suite/tests/frame-manifests.jsonld'));
73
+ */
74
74
75
75
// json-ld.org normalization test suite
76
76
// FIXME: add path detection
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ if(process.env.JSONLD_TESTS) {
42
42
entries . push ( path . resolve ( _top , '../json-ld-api/tests' ) ) ;
43
43
}
44
44
45
- /*
46
45
// json-ld-framing main test suite
47
46
const framingPath = path . resolve ( _top , 'test-suites/json-ld-framing/tests' ) ;
48
47
if ( fs . existsSync ( framingPath ) ) {
@@ -51,8 +50,8 @@ if(process.env.JSONLD_TESTS) {
51
50
// default to sibling dir
52
51
entries . push ( path . resolve ( _top , '../json-ld-framing/tests' ) ) ;
53
52
}
54
- */
55
53
54
+ /*
56
55
// TODO: use json-ld-framing once tests are moved
57
56
// json-ld.org framing test suite
58
57
const framingPath = path.resolve(
@@ -64,6 +63,7 @@ if(process.env.JSONLD_TESTS) {
64
63
entries.push(path.resolve(
65
64
_top, '../json-ld.org/test-suite/tests/frame-manifest.jsonld'));
66
65
}
66
+ */
67
67
68
68
// json-ld.org normalization test suite
69
69
const normPath = path . resolve ( _top , 'test-suites/normalization/tests' ) ;
You can’t perform that action at this time.
0 commit comments