Skip to content

Commit 532bc9b

Browse files
committed
test: switch from jest to vitest
Signed-off-by: Adam Setch <[email protected]>
1 parent d051e52 commit 532bc9b

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
"@types/react-dom": "19.0.3",
156156
"@types/react-router-dom": "5.3.3",
157157
"@types/semver": "7.5.8",
158-
"@vitest/ui": "^3.0.5",
159158
"axios": "1.7.9",
160159
"clsx": "2.1.1",
161160
"concurrently": "9.1.2",

pnpm-lock.yaml

Lines changed: 16 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
globals: true,
77
setupFiles: ['./src/renderer/__helpers__/vitest.setup.ts'],
88
coverage: {
9-
reporter: ['lcov', 'text'],
9+
reporter: ['lcov', 'text', 'html'],
1010
},
1111
outputFile: 'coverage/sonar-report.xml',
1212
},

0 commit comments

Comments
 (0)