Skip to content

Commit 8230aaa

Browse files
committed
Fix testing command.
1 parent 5800546 commit 8230aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Remote context tests are also available:
388388
# run the context server in the background or another terminal
389389
node tests/remote-context-server.js
390390

391-
JSONLD_TESTS=./tests npm test
391+
JSONLD_TESTS=`pwd`/tests npm test
392392

393393
To generate earl reports:
394394

0 commit comments

Comments
 (0)