ui_migration refactor(store) Remove lingering getters for origin and available at settings.js pinia store, fixed unit test and thresholds accordingly.
This commit is contained in:
parent
710883cff5
commit
ace7ae9855
3 changed files with 11 additions and 18 deletions
|
|
@ -50,7 +50,7 @@ export default defineConfig({
|
|||
thresholds: {
|
||||
lines: 4,
|
||||
statements: 3,
|
||||
functions: 3,
|
||||
functions: 2,
|
||||
branches: 1,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue