Split out vitest from general tests

This commit is contained in:
Andrew Ferrazzutti
2025-02-07 12:02:19 -05:00
parent 2e58691093
commit 65d75c3779
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"scripts": {
"prepare": "vite build",
"lint:ts": "tsc --noEmit",
"test": "echo no tests yet"
"test": "echo no tests yet",
"vitest": "echo no tests yet"
},
"devDependencies": {
"@element-hq/element-web-module-api": "^0.1.0",
@@ -17,6 +17,7 @@
"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"
}