Skip to content

Commit

Permalink
[tests] Fix typo in comment
Browse files Browse the repository at this point in the history
The automated CI tests were using the correct index
  • Loading branch information
jameshadfield committed Jan 19, 2024
1 parent 2f7cfb9 commit ecf2134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/date_descriptor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Example dev use:
* run the server in a separate process via:
* RESOURCE_INDEX="./devData/index.json" node server.js --verbose
* RESOURCE_INDEX="./test/date_descriptor_index.json" node server.js --verbose
* Then run this test file via:
* NODE_OPTIONS='--experimental-vm-modules' npx jest test/date_descriptor.test.js
*/
Expand Down

0 comments on commit ecf2134

Please sign in to comment.