fix: extra spacing in config.ts

This commit is contained in:
Eli Bosley
2025-01-08 12:50:52 -05:00
parent 8827483699
commit 84f4f67ce1

View File

@@ -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 () => {
},
})
);
});
});