Skip to content

Commit

Permalink
ignore generated.ts in other tsconfi
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Jun 21, 2024
1 parent aecc382 commit 80064c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
},
environment: 'node',
include: ['src/chains/suave/*.test.ts'],
exclude: ['**/generated.ts'],
exclude: [],
setupFiles: [join(__dirname, './setup.ts')],
globalSetup: [join(__dirname, './globalSetup.ts')],
testTimeout: 10_000,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This configuration is used for local development and type checking.
"extends": "./tsconfig.base.json",
"include": ["src", "test"],
"exclude": [],
"exclude": ["test/contracts/generated.ts"],
"references": [{ "path": "./scripts/tsconfig.json" }],
"compilerOptions": {
"baseUrl": ".",
Expand Down

0 comments on commit 80064c3

Please sign in to comment.