Skip to content

Commit

Permalink
fix: include pattern once more
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Nov 1, 2024
1 parent 33196dc commit 0e62732
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import { defaultExclude, defineConfig } from "vitest/config";

export default defineConfig({
test: {
include: [
"packages/**/test/**/*.ts",
"**/*.test.ts",
],
exclude: [
...defaultExclude,
"build/**",
Expand Down

0 comments on commit 0e62732

Please sign in to comment.