Add ability to set timeline pan mode via config.

This commit is contained in:
Dermot Duffy
2024-03-10 20:40:18 -07:00
parent b96872fa9e
commit 463f4bf32a
11 changed files with 144 additions and 85 deletions
+3 -3
View File
@@ -80,13 +80,13 @@ export default defineConfig({
// Expected thresholds for anything that does not have 100% coverage
// yet.
statements: 10.67,
statements: 10.69,
branches: 4.9,
functions: 7.81,
lines: 10.92,
lines: 10.94,
...calculateFullCoverageThresholds(),
},
},
},
});
});