mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
qa: add e2e tests
This commit is contained in:
14
vitest.config.ts
Normal file
14
vitest.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/// <reference types="vitest" />
|
||||
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
coverage: {
|
||||
reporter: ['text', 'json-summary', 'json', 'html'],
|
||||
reportOnFailure: true,
|
||||
include: ['packages/*/src/**/*.ts'],
|
||||
exclude: ['packages/examples/**/*', 'packages/tests/**/*'],
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user