We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cec3a0 commit c07ddf6Copy full SHA for c07ddf6
CHANGELOG.md
@@ -30,6 +30,7 @@
30
### Added
31
- Initial support for benchmarking.
32
- Basic callback interface tests.
33
+- Add README note about running json-ld.org test suite.
34
35
### Removed
36
- Callback version of every test.
README.md
@@ -364,6 +364,10 @@ the `JSONLD_TESTS` environment var:
364
365
JSONLD_TESTS="/tmp/org/test-suites /tmp/norm/tests" npm test
366
367
+This feature can be used to run the older json-ld.org test suite:
368
+
369
+ JSONLD_TESTS=/tmp/json-ld.org/test-suite npm test
370
371
Browser testing can be done with Karma:
372
373
npm run test-karma
0 commit comments