mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
[easy] run typechecking on CI (#954)
This commit is contained in:
parent
3f8144ef85
commit
05af9f04ed
3 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,7 @@ it("clones arrow element", () => {
|
|||
|
||||
assertCloneObjects(element, copy);
|
||||
|
||||
// @ts-ignore
|
||||
expect(copy.__proto__).toEqual({ hello: "world" });
|
||||
expect(copy.hasOwnProperty("hello")).toBe(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue