Add separate npm script for jest watch
This commit is contained in:
parent
56aaae38c1
commit
8400f130eb
|
|
@ -8,7 +8,8 @@
|
|||
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
|
||||
"start": "remix-serve ./build/server/index.js",
|
||||
"typecheck": "tsc",
|
||||
"test": "jest --watch --config=jest.config.ts "
|
||||
"watch": "jest --watch --config=jest.config.ts",
|
||||
"test": "jest --config=jest.config.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@remix-run/express": "^2.9.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue