Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions extra/3RD_PARTY_QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ To test (detect and markup tests), just build Highlight.js and test it. Your te
node ./tools/build.js -t node
npm run test
```
(don't forget to run `npm i` before you use npm scripts like test or build for the first time.)

Running the tests this way runs the complete suite of tests for all languages. You can set the `ONLY_EXTRA` environment variable to focus the tests on just the language(s) you are currently working on in the `extra` folder.

Expand Down