mirror of https://github.com/status-im/js-waku.git
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:
parent
f3ce58c176
commit
bcbf40ee10
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue