Skip to content

Commit

Permalink
Fix readme unit testing example
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Jun 27, 2019
1 parent 501b5c8 commit ab6e12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ it("It works!", () => {
}
assign(World, worldMock);
new Hello();
expect(worldMock.start).toBeCalled();
expect(worldMock.hello).toBeCalled();
})
```

Expand Down

0 comments on commit ab6e12e

Please sign in to comment.