docs(changeset): feat(GlobalStateStore): add initialization state and update actions
This commit is contained in:
@@ -14,6 +14,7 @@ import { get, set } from 'idb-keyval';
|
||||
|
||||
describe('GlobalStateStore.utils', () => {
|
||||
const mockState: GlobalState = {
|
||||
initialized: false,
|
||||
layout: {
|
||||
bottomBar: { open: false },
|
||||
leftBar: { open: false },
|
||||
|
||||
Reference in New Issue
Block a user