mirror of
https://github.com/documenso/documenso.git
synced 2026-08-23 14:52:23 +10:00
feat: unify settings (#3128)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import macrosPlugin from 'vite-plugin-babel-macros';
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
// Transform lingui macros (e.g. `msg`) used by the code under test.
|
||||
plugins: [macrosPlugin()],
|
||||
test: {
|
||||
include: ['**/*.test.ts'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user