This commit is contained in:
Henry Jameson 2026-03-06 16:34:53 +02:00
commit bcb13f3a49
4 changed files with 301 additions and 7 deletions

View file

@ -16,7 +16,7 @@ import {
VERSION,
} from 'src/stores/sync_config.js'
describe('The SyncConfig module', () => {
describe('The SyncConfig store', () => {
beforeEach(() => {
setActivePinia(createPinia())
})