astro-reactive-form/packages/form/vitest.config.ts
Fazza Razaq Amiarso 59d76181db
test(migrate): migrate test tooling from chai + mocha to vitest (#203)
* test(migrate): migrate test tooling from chai + mocha to vitest

* fix: fix wrong vitest cli command for watch
2022-11-21 13:15:58 +01:00

5 lines
92 B
TypeScript

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