mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 01:53:51 +00:00
Replace coverage-c8 with coverage-v8
This commit is contained in:
@@ -31,7 +31,7 @@ export default defineConfig({
|
||||
environment: 'jsdom',
|
||||
setupFiles: './config/test/setupTests.ts',
|
||||
coverage: {
|
||||
provider: 'c8', // TODO Try istanbul
|
||||
provider: 'v8',
|
||||
reporter: ['text', 'text-summary', 'html', 'clover'],
|
||||
include: [
|
||||
'src/**/*.{ts,tsx}',
|
||||
|
||||
Reference in New Issue
Block a user