This commit is contained in:
Aakansha Doshi 2024-02-05 15:43:44 +05:30
parent 701e076cc1
commit 1bb88cb5e9

View File

@ -330,7 +330,6 @@ describe("restoreAppState", () => {
const stubLocalAppState = getDefaultAppState();
stubLocalAppState.cursorButton = "down";
stubLocalAppState.name = "local app state";
const restoredAppState = restore.restoreAppState(
stubImportedAppState,