mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
more integration tests
This commit is contained in:
parent
4b5f66d497
commit
decebc25c7
192 changed files with 3090 additions and 1657 deletions
|
|
@ -16,12 +16,15 @@ export default defineConfig({
|
|||
environment: 'jsdom',
|
||||
setupFiles: ['./integration/src/helpers/setup.ts'],
|
||||
include: ['integration/src/**/*.spec.ts'],
|
||||
isolate: false,
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
reporter: ['text', 'html'],
|
||||
reportsDirectory: './coverage/integration',
|
||||
include: ['src/**/*.{ts,tsx}'],
|
||||
include: [
|
||||
'src/websocket/**/*.{ts,tsx}',
|
||||
'src/store/**/*.{ts,tsx}',
|
||||
'src/api/**/*.{ts,tsx}',
|
||||
],
|
||||
exclude: [
|
||||
'src/generated/**',
|
||||
'src/**/*.spec.{ts,tsx}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue