mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: extra spacing in config.ts
This commit is contained in:
@@ -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 () => {
|
||||
},
|
||||
})
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user