mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 02:04:43 +03:00
8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ['./tests/**/*.spec.ts'],
|
|
},
|
|
});
|