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:
Antonio Anaya 2026-05-24 16:50:53 -06:00
parent 710883cff5
commit ace7ae9855
3 changed files with 11 additions and 18 deletions

View file

@ -50,7 +50,7 @@ export default defineConfig({
thresholds: {
lines: 4,
statements: 3,
functions: 3,
functions: 2,
branches: 1,
},
},