1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 23:25:02 +00:00
mon-entreprise/api/vitest.config.ts
Jérémy Rialland ed1b999fb8 Add e2e tests
2022-06-10 16:09:43 +02:00

7 lines
115 B
TypeScript

import { defineConfig } from 'vitest/config'
export default defineConfig({
esbuild: {
target: 'ES2020',
},
})