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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user