Skip to content

Commit 7020728

Browse files
fix tests type issues
1 parent 9b1a64d commit 7020728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"jsx": "preserve" // not used, but required for import of types (which transitively import jsx)
77
},
88
"include": ["vitest.config.mts", "**/*.ts", "../src/*.d.ts", "**/*.js"],
9-
"exclude": []
9+
"exclude": ["**/fixtures"]
1010
}

0 commit comments

Comments
 (0)