Skip to content

Commit 68c80cb

Browse files
committed
Add workers-types to e2e tests
Clean up imports that became unused after the JSON assertion refactor. Add @cloudflare/workers-types to e2e tsconfig.
1 parent a22a79a commit 68c80cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "@repo/typescript-config/base.json",
33
"compilerOptions": {
4-
"types": ["node", "vitest"],
4+
"types": ["node", "vitest", "@cloudflare/workers-types"],
55
"lib": ["ES2022"]
66
},
77
"include": ["**/*.ts"],

0 commit comments

Comments
 (0)