add debuger to karma

This commit is contained in:
weboko 2023-02-01 23:54:29 +01:00
parent 943812a675
commit f241aadeba
No known key found for this signature in database

View File

@ -26,7 +26,7 @@
"test:spelling": "cspell \"{*.md,.github/*.md,src/**/*.ts}\"",
"test:prettier": "prettier \"src/**/*.ts\" \"*.*js\" \".github/**/*.yml\" --list-different",
"test:tsc": "tsc -p tsconfig.dev.json",
"test:browser": "karma start karma.conf.cjs",
"test:browser": "karma start -logLevel=DEBUG karma.conf.cjs",
"watch:build": "tsc -p tsconfig.json -w",
"watch:test": "mocha --watch --parallel",
"prepublish": "npm run build",