Skip to content

Commit c07ddf6

Browse files
committed
Add note about running json-ld.org test suite.
1 parent 6cec3a0 commit c07ddf6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
### Added
3131
- Initial support for benchmarking.
3232
- Basic callback interface tests.
33+
- Add README note about running json-ld.org test suite.
3334

3435
### Removed
3536
- Callback version of every test.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ the `JSONLD_TESTS` environment var:
364364

365365
JSONLD_TESTS="/tmp/org/test-suites /tmp/norm/tests" npm test
366366

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+
367371
Browser testing can be done with Karma:
368372

369373
npm run test-karma

0 commit comments

Comments
 (0)