Skip to content

Commit

Permalink
test: add config for vscode extension
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Apr 23, 2024
1 parent b1d91c1 commit bc0a296
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ export default defineConfig((env) => {
mockClear: true,
environment: "jsdom",
setupFiles: "./src/setupTests.ts",
include: [
"src/**/*.{test,spec}.?(c|m)[jt]s?(x)",
"src/*.{test,spec}.?(c|m)[jt]s?(x)",
],
},
};
});

0 comments on commit bc0a296

Please sign in to comment.