msmail / vitest.config.mts
github-actions[bot]
Update from GitHub Actions
7fc5208
raw
history blame contribute delete
225 Bytes
import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config';
export default defineWorkersConfig({
test: {
poolOptions: {
workers: {
wrangler: { configPath: './wrangler.jsonc' },
},
},
},
});