Make "yarn test" always enable coverage
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
"scripts": {
|
||||
"prepare": "vite build",
|
||||
"lint:ts": "tsc --noEmit",
|
||||
"test": "echo no tests yet",
|
||||
"vitest": "echo no tests yet"
|
||||
"test": "echo no tests yet"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@element-hq/element-web-module-api": "^0.1.0",
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
"lint:py": "./scripts/run_in_venv.sh tox -e check_codestyle",
|
||||
"lint:fix": "./scripts/run_in_venv.sh tox -e fix_codestyle",
|
||||
"test": "./scripts/run_in_venv.sh tox -e py",
|
||||
"vitest": "echo \"Nothing to vitest\"",
|
||||
"depcheck": "echo \"Nothing to check\"",
|
||||
"package": "yarn docker:build"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user