We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2510a5e commit 221d381Copy full SHA for 221d381
package.json
@@ -6,8 +6,8 @@
6
"scripts": {
7
"postinstall": "dotnet restore ./api && dotnet restore ./api.test",
8
"build": "dotnet build ./api",
9
- "test:api": "cd ./api.test && dotnet xunit",
10
- "pretest:client": "./node_modules/typescript/bin/tsc -p ./client-react.test/",
+ "test:api": "cd ./api.test && dotnet test",
+ "pretest:client": "npx tsc -p ./client-react.test/",
11
"test:client": "mocha --require ignore-styles --recursive client-react.test/build/client-react.test",
12
"test": "npm run test:api && npm run test:client",
13
"migrate": "cd ./api/ && node ../scripts/create-migration.js && dotnet ef database update",
0 commit comments