Skip to content

Commit

Permalink
slightly more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
crswll committed May 5, 2024
1 parent 8a3e7d5 commit c304509
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## Test `npm run test`
This runs the **tests** once.

## Test Watch: `npm run test:watch`
This runs the tests and listens for file updates then runs the tests all over again.
## Test Watch: `npm run test -- --watch`
Runs the tests and listens for file updates.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"tailwindcss": "^3.3.1"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
"test": "jest"
}
}

0 comments on commit c304509

Please sign in to comment.