Remove helper-script for manual testing

This commit is contained in:
Rene Saarsoo 2020-10-01 20:26:36 +03:00
parent 69791951ab
commit cd1671fa20
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@
"lint:js": "eslint 'src/**/*'", "lint:js": "eslint 'src/**/*'",
"test": "jest", "test": "jest",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"test:1": "ts-node src/index.ts examples/threshold-pushing.txt",
"test:2": "ts-node src/index.ts examples/darth-vader.txt",
"test:comments": "ts-node src/index.ts examples/comments.txt",
"test:stats:1": "ts-node src/index.ts --stats examples/threshold-pushing.txt",
"test:stats:2": "ts-node src/index.ts --stats examples/darth-vader.txt",
"start": "ts-node src/index.ts", "start": "ts-node src/index.ts",
"format:js": "prettier --write src/", "format:js": "prettier --write src/",
"build": "tsc" "build": "tsc"