Skip to content

Commit ca9d34b

Browse files
author
Tom Berey
committed
Ver:1.0.1--Minor-updates
1 parent bf3bc2b commit ca9d34b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ jobs:
8181
npm install
8282
npm run build --if-present
8383
npm run lint --if-present
84-
npm run test:exit --if-present

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
"setup": "npm update && npm install",
1414
"build": "tsc",
1515
"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'",
1816
"lint": "eslint . --ext .ts"
1917
},
2018
"keywords": [],

0 commit comments

Comments
 (0)