Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHalf committed Feb 8, 2024
1 parent 52e6228 commit ea2424f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"package": "echo 'Nothing to do'",
"sonar-scanner": "sonar-scanner",
"test-i": "echo 'Not yet implemented'",
"test": "npm-run-all test:unit:coverage",
"test": "jest --coverage unit",
"test:unit:coverage": "cross-env npm run test:unit -- --coverage",
"test:unit": "cross-env NODE_ENV=test API_VERSION=${npm_package_version} jest --runInBand"
},
Expand Down

0 comments on commit ea2424f

Please sign in to comment.