mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 05:05:52 +08:00
8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
include: ['./tests/**/*.spec.ts'],
|
|
},
|
|
});
|