Skip to content

Commit

Permalink
fix: add missing await to README
Browse files Browse the repository at this point in the history
  • Loading branch information
daikikohara committed Mar 5, 2018
1 parent 2c01b64 commit cb11763
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 @@ -29,7 +29,7 @@ describe('Google', () => {
})

it('should display "google" text on page', async () => {
expectPage().toMatch('google')
await expectPage().toMatch('google')
})
})
```
Expand Down

0 comments on commit cb11763

Please sign in to comment.