mirror of
https://github.com/iLay1678/i-tools.git
synced 2025-07-13 18:02:08 +08:00
12 lines
224 B
JavaScript
12 lines
224 B
JavaScript
import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config';
|
|
|
|
export default defineWorkersConfig({
|
|
test: {
|
|
poolOptions: {
|
|
workers: {
|
|
wrangler: { configPath: './wrangler.toml' },
|
|
},
|
|
},
|
|
},
|
|
});
|