mirror of https://github.com/abpframework/abp.git
8 changed files with 43 additions and 55 deletions
@ -1,18 +0,0 @@ |
|||||
/// <reference types="vitest" />
|
|
||||
import { defineConfig } from 'vitest/config'; |
|
||||
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin'; |
|
||||
|
|
||||
export default defineConfig({ |
|
||||
plugins: [nxViteTsPaths()], |
|
||||
test: { |
|
||||
globals: true, |
|
||||
environment: 'jsdom', |
|
||||
setupFiles: ['src/test-setup.ts'], |
|
||||
include: ['src/**/*.spec.ts'], |
|
||||
coverage: { |
|
||||
reportsDirectory: '../../coverage/packages/core', |
|
||||
provider: 'v8', |
|
||||
reporter: ['text', 'json', 'html'], |
|
||||
}, |
|
||||
}, |
|
||||
}); |
|
||||
Loading…
Reference in new issue