Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Jan 9, 2024
1 parent 6c05514 commit d92ed14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- run: npm ci
- run: npm audit
- run: npm run build --if-present
- run: npm test -- --passWithNoTests
- run: npm test
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "jest"
"test": "npm run test:unit",
"test:unit": "jest --passWithNoTests"

},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit d92ed14

Please sign in to comment.