UNPKG

web-ai-toolkit

Version:

AI powered features on the web made easy

18 lines (16 loc) 387 B
import { defineWorkspace } from 'vitest/config'; export default defineWorkspace([ // If you want to keep running your existing tests in Node.js, uncomment the next line. // 'vite.config.ts', { extends: 'vite.config.ts', test: { testTimeout: 2000000, browser: { enabled: true, name: 'edge', provider: 'preview', }, }, }, ]);