Skip to content
  • Sponsor facebook/create-react-app

  • Notifications You must be signed in to change notification settings
  • Fork 27k

Commit 913689f

Browse files
authoredMay 23, 2017
Update CHANGELOG.md
1 parent bef503e commit 913689f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,10 @@ Follow these steps if you see errors about missing lint rules in the editor.
342342

343343
If you still have the problem please file an issue.
344344

345+
#### Some of my tests started crashing because of unhandled rejections
346+
347+
Unhandled Promise rejections will now crash tests. You can fix them by explicitly catching the errors you don’t care about.
348+
345349
#### How to turn my app into a [Progressive Web App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app)?
346350

347351
After the regular update procedure above, add these line to `<head>` in `public/index.html`:

0 commit comments

Comments
 (0)
Please sign in to comment.