mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
12 lines
239 B
TypeScript
12 lines
239 B
TypeScript
import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config'
|
|
|
|
export default defineWorkersConfig({
|
|
test: {
|
|
poolOptions: {
|
|
workers: {
|
|
wrangler: { configPath: './wrangler.jsonc' },
|
|
},
|
|
},
|
|
},
|
|
})
|