Fix remaining type errors in tests

This commit is contained in:
Alejandro Celaya
2023-05-27 12:45:06 +02:00
parent d14aea708e
commit 2a86a0e540
6 changed files with 8 additions and 12 deletions

View File

@@ -18,9 +18,8 @@
"build": "npm run types && vite build && node scripts/replace-version.mjs",
"build:dist": "npm run build && node scripts/create-dist-file.mjs",
"test": "vitest run --run",
"test:coverage": "npm run test -- --coverage",
"test:ci": "npm run test:coverage -- --coverageReporters=clover --ci",
"test:pretty": "npm run test:coverage -- --coverageReporters=html",
"test:watch": "vitest run --watch",
"test:ci": "npm run test -- --coverage",
"test:verbose": "npm run test -- --verbose"
},
"dependencies": {