Skip to content

Commit

Permalink
slimmer test glob
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Nov 26, 2024
1 parent bff5f12 commit b504ed6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ export default defineConfig({

test: {
setupFiles: ["./vitest-setup.js"],
include: [
"src/lib/**/*.{test,spec}.{js,ts}",
"src/routes/**/*.{test,spec}.{js,ts}",
"src/lib/utils/tests/pageSize.test.ts",
],
include: ["src/**/*.{test,spec}.{js,ts}"],
exclude: [
...configDefaults.exclude,
"storybook-static",
Expand Down

0 comments on commit b504ed6

Please sign in to comment.