1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test
Arunoda Susiripala 1c36b5b9ab Add a set of test cases for error recovery in the dev mode (#3895)
* Add specific test cases for Error Recovery.

* Update hmr/about.js

* Add a test case: should recover after a bad return from the render function

* Add test case: should recover from errors in getInitialProps in client

* Add test case: should recover after an error reported via SSR

* Add a test case: should recover from 404 after a page has been added

* Refactor code base.
2018-02-26 17:18:46 +01:00
..
integration Add a set of test cases for error recovery in the dev mode (#3895) 2018-02-26 17:18:46 +01:00
isolated Allow next.config.js to export a function (#3867) 2018-02-23 19:12:06 +05:30
lib Add a set of test cases for error recovery in the dev mode (#3895) 2018-02-26 17:18:46 +01:00
node_modules Handle empty assetPrefix scenario properly. (#3667) 2018-02-03 17:12:01 +01:00
unit Use deterministic names for dynamic import (#2788) 2017-08-16 22:44:00 +05:30
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00