chore: rename test scripts

both tests are `unit`, also script name shouldn't change
if a different framework (karma) is used.
This commit is contained in:
fryorcraken.eth 2022-08-06 01:02:15 +10:00
parent f3ce58c176
commit bcbf40ee10
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
"test:prettier": "prettier \"src/**/*.ts\" \"./*.json\" \"*.*js\" \".github/**/*.yml\" --list-different",
"test:spelling": "cspell \"{README.md,.github/*.md,guides/*.md,src/**/*.ts}\"",
"test:tsc": "tsc -p tsconfig.dev.json",
"test:unit": "mocha",
"test:karma": "karma start karma.conf.cjs",
"test:node": "mocha",
"test:browser": "karma start karma.conf.cjs",
"examples:test": "run-s examples:pretest; for d in examples/*/; do (cd $d && npm test;); done",
"proto": "rimraf src/proto/*.ts; protons src/proto/*.proto",
"watch:build": "tsc -p tsconfig.json -w",