Skip to content

Commit

Permalink
fix playground
Browse files Browse the repository at this point in the history
  • Loading branch information
Pmyl committed Dec 28, 2019
1 parent 91c5ae7 commit 323b697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/playground/playground.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ it('should work', () => {
const enumm2: typeof MyEnum = createMock<typeof MyEnum>();
expect(createMock<A>().a).toBe("ok");

registerMock<A, A>(() => ({a: "ok"}));
expect(enumm2.A).toEqual(0);

expect(createMock<A>().a).toBe("ok");
Expand Down

0 comments on commit 323b697

Please sign in to comment.