rsnext/test
Tim Neutkens 6a2c16a945
Update router to have only one route traverse pass (#9435)
* Fix next-news inconsistent return type

* Add failing test for static file rewrite

* Revert "Fix next-news inconsistent return type"

This reverts commit b66e76fb86061e45741c3c4bb9296a0874900f76.

* Add failing test for double redirect

* Fix bug in matcher when having multiple redirects

* Remove custom traversal in favor of router handling it

* Update next-server.ts

* Update router.ts

* Temporarily disable test

* Don't deeply resolve redirects

* Support combined parameters + query passing

* Make sure params are correctly passed in

* Add test for hash in route
2019-11-17 16:12:48 -08:00
..
.stats-app Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
integration Update router to have only one route traverse pass (#9435) 2019-11-17 16:12:48 -08:00
isolated Fix up errors in tests (#9407) 2019-11-13 14:18:06 -08:00
lib Fix Dynamic next export Page Hydration Mismatch (#9388) 2019-11-12 18:34:12 -08:00
unit Fix recursive copy failing if more folders than concurrency (#9429) 2019-11-15 13:53:59 -08: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 Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
jest-global-setup.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
jest-global-teardown.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00