Skip to content

Commit

Permalink
Remove ts-jest warning when running tests
Browse files Browse the repository at this point in the history
* Simplify the "test" script, since the "npx" indirection is not needed here

Signed-off-by: Alberto Diaz <alberto.diazdorado@tngtech.com>
  • Loading branch information
albertodiazdorado-tng committed Sep 9, 2021
1 parent 3435608 commit f815bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "cd frontend && vite",
"preview": "npm run build:frontend && cd frontend && vite preview",
"test": "npx jest --config frontend/jest.config.js",
"test": "jest --config frontend/jest.config.js",
"build": "run-p build:backend build:frontend",
"lint": "prettier . --write",
"prepare": "husky install",
Expand Down

0 comments on commit f815bf7

Please sign in to comment.