Using Cloudflare Workers

This commit is contained in:
nexryai
2026-01-07 15:05:46 +00:00
committed by GitHub
parent 98e8a1f10e
commit 4e9349a8c8
13 changed files with 14172 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config";
export default defineWorkersConfig({
test: {
poolOptions: {
workers: {
wrangler: { configPath: "./wrangler.jsonc" },
},
},
},
});