mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
enable test coverage in ui
This commit is contained in:
parent
e1b0b559f5
commit
17accffee3
2 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
setupFiles: ["./src/setupTests.ts"],
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
coverage: {
|
||||
reporter: ["text", "json-summary", "json"],
|
||||
reporter: ["text", "json-summary", "json", "html"],
|
||||
lines: 70,
|
||||
branches: 70,
|
||||
functions: 68,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue