Skip to content

Commit

Permalink
chore(readme): I think about Jest… a LOT! (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored May 8, 2018
1 parent a1c2b36 commit 754cc38
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 @@ -264,7 +264,7 @@ const scrolling = scrollIntoView(document.body, {
)
},
})
// jest understands that scrolling is a Promise, you can safely await on it
// TypeScript understands that scrolling is a Promise, you can safely await on it
scrolling.then(() => console.log('done scrolling'))
```

Expand Down

0 comments on commit 754cc38

Please sign in to comment.