rsnext/test/unit
Tim Neutkens b7bd1f775a
Convert router/router.js to typescript (#6644)
- Removed `fetchRoute` as it was only used once (internal method, non-breaking)
- Convert files to TypeScript
- Don't extend `ServerRouter` from `Router` as it introduces unneeded overhead, we only have to provide `pathname` `asPath` and `query` for `withRouter`. Also added `events` even though it shouldn't be called on SSR, just making sure we don't break things.
2019-03-13 15:56:20 +01:00
..
find-page-file.test.js Remove glob package (#6415) 2019-02-24 22:08:35 +01:00
getDisplayName.test.js Fix linter (#5350) 2018-10-20 17:00:01 +02:00
htmlescape.test.js Upgrade standard and fix files (#6358) 2019-02-19 22:45:07 +01:00
loadGetInitialProps.test.js Fix linter (#5350) 2018-10-20 17:00:01 +02:00
mitt.test.js rename event-emitter.test.js -> mitt.test.js (#5992) 2019-01-05 12:15:25 +01:00
phaseConstants.test.js Upgrade standard and fix files (#6358) 2019-02-19 22:45:07 +01:00
recursive-delete.test.js Implement Recursive Delete (#6489) 2019-03-05 14:01:42 +01:00
recursive-readdir.test.js Try restarting chromedriver on timeout (#6566) 2019-03-08 10:23:57 +01:00
router.test.js Convert router/router.js to typescript (#6644) 2019-03-13 15:56:20 +01:00