1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-05 05:40:06 +00:00

test: improved tests

This commit is contained in:
Yury Shkoda
2021-08-03 08:26:42 +03:00
parent b3c4425215
commit 8b1e79497f
7 changed files with 13 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
"description": "SASjs server",
"main": "./src/server.ts",
"scripts": {
"start": "nodemon ./src/index.ts",
"start": "nodemon ./src/server.ts",
"build": "rimraf build && tsc",
"semantic-release": "semantic-release -d",
"prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true",
@@ -38,5 +38,8 @@
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"configuration": {
"sasPath": "C:\\Program Files\\SASHome\\SASFoundation\\9.4\\sas.exe"
}
}