-
-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathbunfig.toml
More file actions
16 lines (16 loc) 路 707 Bytes
/
Copy pathbunfig.toml
File metadata and controls
16 lines (16 loc) 路 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[test]
preload = ["./packages/wouter/test/setup.ts"]
coverageSkipTestFiles = true
coveragePathIgnorePatterns = [
"**/test/**",
# temporary copies of packages/wouter/src/* created by preact.test.tsx;
# already measured at their original path (react-deps.js is preact-specific and stays measured)
"packages/wouter-preact/src/index.js",
"packages/wouter-preact/src/paths.js",
"packages/wouter-preact/src/memory-location.js",
"packages/wouter-preact/src/use-browser-location.js",
"packages/wouter-preact/src/use-hash-location.js",
"packages/wouter-preact/src/use-sync-external-store.js",
"packages/wouter-preact/src/use-sync-external-store.native.js",
]
coverageThreshold = { lines = 0.99 }