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/pages
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
..
dynamic Dynamic component support with multiple modules (#2235) 2017-06-16 18:49:34 +05:30
hmr Add a set of test cases for error recovery in the dev mode (#3895) 2018-02-26 17:18:46 +01:00
nav Add asPath on the server (#3149) 2017-10-22 12:00:31 -07:00
nested-cdm Fix page loader page normalization issue (#1844) 2017-05-01 16:26:18 -07:00
using-asset Improved next/asset support (#3664) 2018-02-02 21:09:24 +01:00
async-props.js New test setup (#640) 2017-01-12 13:14:49 +09:00
custom-encoding.js Add a charset to the default Content-Type (#3333) 2017-12-05 16:00:58 -08:00
custom-extension.jsx Add custom-server-typescript example (see #3694) (#3838) 2018-02-22 16:29:47 +01:00
empty-get-initial-props.js Make sure lastAppProps always have some value. (#829) 2017-01-20 11:33:46 -08:00
error-in-the-global-scope.js Fix SSR error handling in the global scope (#3877) 2018-02-24 18:49:08 +05:30
error-inside-page.js Fix SSR error handling in the global scope (#3877) 2018-02-24 18:49:08 +05:30
head.js Add support for Fragments in Head (#3502) 2017-12-28 07:12:27 +05:30
index.js Fix the page-loader-normalization issue on '/index' page. (#1882) 2017-05-04 13:05:47 -07:00
json.js Fix .json import issue (#944) 2017-02-01 15:17:15 +09:00
link.js Updated <Link> in repo, always wrapping an anchor. (#798) 2017-01-16 22:27:55 +01:00
no-default-export.js Handle pages with no default export and show an error. (#1484) 2017-03-23 09:40:22 +05:30
stateful.js New test setup (#640) 2017-01-12 13:14:49 +09:00
stateless.js New test setup (#640) 2017-01-12 13:14:49 +09:00
styled-jsx.js New test setup (#640) 2017-01-12 13:14:49 +09:00
with-cdm.js Fix page loader page normalization issue (#1844) 2017-05-01 16:26:18 -07:00