diff --git a/api/src/__test__/store/modules/config.test.ts b/api/src/__test__/store/modules/config.test.ts index fbe5c87a1..b1ac6c4d0 100644 --- a/api/src/__test__/store/modules/config.test.ts +++ b/api/src/__test__/store/modules/config.test.ts @@ -1,13 +1,7 @@ import { expect, test } from 'vitest'; - - import { store } from '@app/store'; - - - - test('Before init returns default values for all fields', async () => { const state = store.getState().config; expect(state).toMatchInlineSnapshot(` @@ -147,4 +141,4 @@ test('updateUserConfig merges in changes to current state', async () => { }, }) ); -}); \ No newline at end of file +});