rsnext/test
JJ Kasper d19e825daa Implement custom routes RFC (#9157)
* add initial custom-routes handling

* Add tests for custom-routes

* Handle chained redirects, separate dev custom
routes reading, and add version to routes manifest

* Handle no routes manifest

* Swap build custom routes calling

* Add flatten-routes

* Add flattening of custom routes

* Re-work implementation to follow routes top-down

* Add regex field to routes-manifest

* Fix path-to-regexp match breaking after upgrade

* Fix duplicate const from merge

* Add some changes from review

* Don't make path-match strict

* add default custom route values

* Update routes-manifest

* Update options for path-match

* Remove todo

* Add test for rewrite with params

* Only use strict mode for custom routes

* Update dynamic-routing test

* Move getCustomRoutes to prepare

* Remove extra change

* Update handling for error-in-error test

* Apply suggestions from code review

Co-Authored-By: Joe Haddad <joe.haddad@zeit.co>

* Apply suggestions from review

* Update slice change

* Apply suggestions from code review

Co-Authored-By: Joe Haddad <joe.haddad@zeit.co>

* Apply suggestions from review

* Fix TypeScript error

* Fix getCustomRoutes in dev mode

* Apply suggestions from code review

* Update slice

* Apply suggestions from code review

Co-Authored-By: Joe Haddad <joe.haddad@zeit.co>

* Delete un-used test page

* Add test for param overwriting

* Apply suggestions from code review

Co-Authored-By: Joe Haddad <joe.haddad@zeit.co>

* Add extra check to param test
2019-11-09 14:34:52 -08:00
..
.stats-app Track framework bundle separately (#9322) 2019-11-05 16:30:03 -05:00
integration Implement custom routes RFC (#9157) 2019-11-09 14:34:52 -08:00
isolated Error when user tries to use uncompiled next.config.ts (#9223) 2019-10-30 08:18:33 -04:00
lib De-experimentalize the public/ folder (#8661) 2019-10-06 13:44:03 +02:00
unit Move next-server back into next package (#8613) 2019-09-04 10:00:54 -04:00
.babelrc Use preset-react's development option + enable modules transform in test env (#5081) 2018-09-03 16:41:52 +02:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-environment.js Update to check browserName instead of browser.log (#8234) 2019-08-04 15:44:32 +02:00
jest-global-setup.js Browserstack optimisations (#7201) 2019-04-30 15:22:38 -05:00
jest-global-teardown.js Optimize test setup (#8644) 2019-09-10 13:11:55 -04:00