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/integration/basic/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
..
asset.js Improved next/asset support (#3664) 2018-02-02 21:09:24 +01:00
client-navigation.js Implement proper error handling (#3749) 2018-02-13 16:13:22 +01:00
dynamic.js Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
error-recovery.js Add a set of test cases for error recovery in the dev mode (#3895) 2018-02-26 17:18:46 +01:00
hmr.js Add a set of test cases for error recovery in the dev mode (#3895) 2018-02-26 17:18:46 +01:00
index.test.js Add a set of test cases for error recovery in the dev mode (#3895) 2018-02-26 17:18:46 +01:00
rendering.js Fix SSR error handling in the global scope (#3877) 2018-02-24 18:49:08 +05:30