Make "yarn test" always enable coverage

This commit is contained in:
Andrew Ferrazzutti
2025-02-13 11:37:53 -05:00
parent b429ae9c10
commit ab17724182
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -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"
}