rsnext/test
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
..
integration Fix export with folders that contain dot (#6538) 2019-03-12 18:30:03 -05:00
isolated Implement Recursive Delete (#6489) 2019-03-05 14:01:42 +01:00
lib Try restarting chromedriver on timeout (#6566) 2019-03-08 10:23:57 +01:00
unit Convert router/router.js to typescript (#6644) 2019-03-13 15:56:20 +01: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-global-setup.js Refactor test setup (#5391) 2018-10-12 15:32:17 +02:00
jest-global-teardown.js Refactor test setup (#5391) 2018-10-12 15:32:17 +02:00