luigi12345's picture
Upload folder using huggingface_hub (#11)
cbcfee2 verified
raw
history blame
224 Bytes
import { defineWorkersConfig } from '@cloudflare/vitest-pool-workers/config';
export default defineWorkersConfig({
test: {
poolOptions: {
workers: {
wrangler: { configPath: './wrangler.toml' },
},
},
},
});