Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 10, 2021 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WesleySmits/99ddba482dfb01d5487479a6ff0c5d63 to your computer and use it in GitHub Desktop.
Save WesleySmits/99ddba482dfb01d5487479a6ff0c5d63 to your computer and use it in GitHub Desktop.
TS Starter: Add test command to package.json
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "jest",
+ "test:watch": "jest --watch",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment