nocobase/vitest.config.mts
jack zhang 1dfd97cad5
create nocobase app unit test (#3833)
* fix: unit test package bug

* fix: client esm

* fix: nocobase test e2e esm format (T-2824)
2024-03-28 11:08:08 +08:00

4 lines
90 B
TypeScript

import { defineConfig } from '@nocobase/test/vitest.mjs';
export default defineConfig();