Skip to content

Commit

Permalink
feat: tests for vuejs and api views (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed May 10, 2023
1 parent c6be021 commit 18a7596
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions varfish/vueapp/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,11 @@ export default defineConfig({
// NB: (2022-22-08: c8 only gives 100% coverage for .vue)
provider: 'istanbul',
reporter: ['text', 'json', 'html'],
include: ['src/**'],
},
environment: 'happy-dom',
include: [
'./tests/clinvarexport/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}',
'./tests/variants/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}',
'./tests/svs/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}',
'./tests/cases/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}',
'./tests/cohorts/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}',
'tests/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}',
],
exclude: ['./static/**/*'],
},
})

0 comments on commit 18a7596

Please sign in to comment.