Skip to content

Commit

Permalink
Merge pull request #73 from FezVrasta/docs/test-focus
Browse files Browse the repository at this point in the history
docs: explain how to run single test
  • Loading branch information
pirxpilot authored Nov 22, 2023
2 parents 308256c + 7db6d44 commit 14026b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ var expected = {
At this point you should probably run the tests: since parsing function is not implemented the test
will fail.

You can run only the specific resort test by running:

yarn test TESTS="**/*/acme.js"

### Implement parser

`lib/resorts/acme/index.js` exports the following object
Expand Down

0 comments on commit 14026b0

Please sign in to comment.