mirror of
https://github.com/dream-num/univer.git
synced 2026-08-28 23:01:30 +08:00
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
import { defineConfig } from 'vitest/config';
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
projects: ['packages/*'],
|
|
},
|
|
});
|