Skip to content

Commit 7e77e81

Browse files
committed
fixup! test(cloudflare): Add typechecks for cloudflare-worker e2e test
1 parent 444d5c0 commit 7e77e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/e2e-tests/test-applications/cloudflare-workers/tests

dev-packages/e2e-tests/test-applications/cloudflare-workers/tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"compilerOptions": {
44
"types": ["@cloudflare/vitest-pool-workers"]
55
},
6-
"include": ["./**/*.ts", "../worker-configuration.d.ts"],
6+
"include": ["./**/*.ts"],
77
"exclude": []
88
}

0 commit comments

Comments
 (0)