mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
12 lines
240 B
TypeScript
12 lines
240 B
TypeScript
import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config";
|
|
|
|
export default defineWorkersConfig({
|
|
test: {
|
|
poolOptions: {
|
|
workers: {
|
|
wrangler: { configPath: "./wrangler.toml" },
|
|
},
|
|
},
|
|
},
|
|
});
|