mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix tests
This commit is contained in:
parent
eb9b6ac837
commit
09135e827e
11 changed files with 18432 additions and 18201 deletions
|
@ -6,7 +6,6 @@ import {
|
|||
isTestEnv,
|
||||
randomId,
|
||||
Emitter,
|
||||
deepFreeze,
|
||||
} from "@excalidraw/common";
|
||||
|
||||
import type { DTO, ValueOf } from "@excalidraw/common/utility-types";
|
||||
|
@ -427,7 +426,6 @@ export class DurableIncrement extends StoreIncrement {
|
|||
public readonly delta: StoreDelta,
|
||||
) {
|
||||
super("durable", change);
|
||||
deepFreeze(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -437,7 +435,6 @@ export class DurableIncrement extends StoreIncrement {
|
|||
export class EphemeralIncrement extends StoreIncrement {
|
||||
constructor(public readonly change: StoreChange) {
|
||||
super("ephemeral", change);
|
||||
deepFreeze(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue