mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
Merge upstream
This commit is contained in:
@@ -24,7 +24,12 @@ export default defineConfig((configEnv) =>
|
|||||||
coverage: {
|
coverage: {
|
||||||
reporter: ["html", "json"],
|
reporter: ["html", "json"],
|
||||||
include: ["src/"],
|
include: ["src/"],
|
||||||
exclude: ["src/**/*.{d,test}.{ts,tsx}", "src/utils/test.ts"],
|
exclude: [
|
||||||
|
"src/**/*.{d,test}.{ts,tsx}",
|
||||||
|
"src/utils/test.ts",
|
||||||
|
"src/utils/test-viewmodel.ts",
|
||||||
|
"src/utils/test-fixtures.ts",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user