make-tests-work #7

Open
aCheeseInTheDark wants to merge 16 commits from make-tests-work into master
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 8400f130eb - Show all commits

View File

@ -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",