We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f90f3 commit 4a6083bCopy full SHA for 4a6083b
1 file changed
vitest.config.ts
@@ -0,0 +1,10 @@
1
+import { defineConfig } from 'vitest/config';
2
+import { resolve } from 'path';
3
+
4
+export default defineConfig({
5
+ test: {
6
+ alias: {
7
+ '@utils': resolve(__dirname, './server/src/utils'),
8
+ },
9
10
+});
0 commit comments