EasyDev
CDCloudflare Developers
•Created by EasyDev on 1/14/2025 in #workers-help
Is it possible to make Vitest code available both locally and in production?
Thanks for the advice!
5 replies
CDCloudflare Developers
•Created by EasyDev on 1/14/2025 in #workers-help
Is it possible to make Vitest code available both locally and in production?
I am new to creating a serverless. This is because I anticipate that there may be different issues when running on a real cloudflare workers server than in my local environment.
5 replies
CDCloudflare Developers
•Created by EasyDev on 1/11/2025 in #workers-help
Cannot find module 'cloudflare:test' or its corresponding type declarations
Thank you !
6 replies
CDCloudflare Developers
•Created by EasyDev on 1/11/2025 in #workers-help
Cannot find module 'cloudflare:test' or its corresponding type declarations
https://github.com/EasyDevv/bun-hono-cloudflare-vitests
files I added
- ./vitest.config.ts
- ./tests/tsconfig.json
- ./tests/indext.test.ts
Above are the repositories and the commands I used.
Adding @Cloudflare/vitest-pool-workers to the root tsconfig.json types made the error go away, but I don't know if that's the right way to do it.
6 replies