Files
electron-universal/vitest.config.ts
David Sanders 421713cf80
Some checks failed
Publish documentation / docs (push) Failing after 1m9s
feat!: bump engines to Node.js >=22.12.0 (#139)
BREAKING CHANGE: Requires Node.js v22.12.0 LTS or higher. ESM-only.
2025-07-03 15:30:07 -07:00

8 lines
138 B
TypeScript

import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
globalSetup: './test/globalSetup.ts',
},
});