mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-09-16 07:42:36 +00:00
make yarn test only runs unit tests for now while we sortout CI setup
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
"build": "tsc",
|
||||
"lint": "tslint --project ./tsconfig.json -t stylish",
|
||||
"start:dev": "yarn build && node lib/index.js",
|
||||
"test": "ts-mocha --project ./tsconfig.json test/**/*.ts",
|
||||
"test": "ts-mocha --project ./tsconfig.json test/commands/**/*.ts",
|
||||
"test:integration": "NODE_ENV=harness ts-mocha --require test/integration/fixtures.ts --project ./tsconfig.json test/integration/**/*Test.ts",
|
||||
"test:manual": "NODE_ENV=harness ts-node test/integration/manualLaunchScript.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user