add istanbul for coverage, unit tests for resposne bodies, add coverage here and there
This commit is contained in:
@ -16,6 +16,7 @@ export default defineConfig({
|
||||
test: {
|
||||
include: ["src/**/*.{test,spec}.{js,ts}"],
|
||||
coverage: {
|
||||
provider: "istanbul",
|
||||
exclude: [...coverageConfigDefaults.exclude, "svelte.config.js"],
|
||||
},
|
||||
environment: "jsdom",
|
||||
|
Reference in New Issue
Block a user