[easy] run typechecking on CI (#954)
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user