Skip to content

Commit

Permalink
feat: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 5, 2024
1 parent ca6930f commit 0d277e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"scripts": {
"test": "vitest run",
"test": "vitest run .",
"test:cov": "vitest run --coverage",
"test:dev": "vitest watch",
"start": "electron-forge start",
Expand Down
3 changes: 3 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ export default defineConfig({
test: {
globals: true,
setupFiles: './.vitest/setup.ts',
coverage: {
reporter: ['text', 'lcov'],
},
},
});

0 comments on commit 0d277e3

Please sign in to comment.