Aakansha Doshi hace 1 año
padre
commit
1bb88cb5e9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/excalidraw/tests/data/restore.test.ts

+ 0 - 1
packages/excalidraw/tests/data/restore.test.ts

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