fix(state_mgr): uncomment test
This commit is contained in:
parent
f587c6cc36
commit
f4ce1758c3
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ describe("State Manager", () => {
|
||||||
expect(coreState.ui.bg).toEqual(settingsResps.getClientCfgMockResp.data.clientCfg.bg);
|
expect(coreState.ui.bg).toEqual(settingsResps.getClientCfgMockResp.data.clientCfg.bg);
|
||||||
});
|
});
|
||||||
|
|
||||||
xtest("initUpdater for visitor in sharing mode", async () => {
|
test("initUpdater for visitor in sharing mode", async () => {
|
||||||
const usersCl = new MockUsersClient("");
|
const usersCl = new MockUsersClient("");
|
||||||
const filesCl = new MockFilesClient("");
|
const filesCl = new MockFilesClient("");
|
||||||
const settingsCl = new MockSettingsClient("");
|
const settingsCl = new MockSettingsClient("");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue