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 bf3bc2b commit ca9d34bCopy full SHA for ca9d34b
.github/workflows/codeql-analysis.yml
@@ -81,4 +81,3 @@ jobs:
81
npm install
82
npm run build --if-present
83
npm run lint --if-present
84
- npm run test:exit --if-present
package.json
@@ -13,8 +13,6 @@
13
"setup": "npm update && npm install",
14
"build": "tsc",
15
"start": "node build/SimpleTxtLogger.js",
16
- "test:exit": "mocha --exit -r ts-node/register src/tests/*.ts",
17
- "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'src/tests/*.ts'",
18
"lint": "eslint . --ext .ts"
19
},
20
"keywords": [],
0 commit comments