Type error: Cannot find module 'cloudflare:test' or its corresponding type declarations.ts(2307)
Hello, I am trying to write test scripts but have type errors.
I followed the docs, but it's throwing type errors. Could you look at my folders and files?
I've attached screenshots. Thanks!





1 Reply
Adding
export * from "@cloudflare/vitest-pool-workers";
removes the type errors..
I think you guys sholud update the docs..
So my question is adding export * from "@cloudflare/vitest-pool-workers";
in test/env.d.ts
would be okay?, which isn't mentioned in the docs?