mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 22:51:57 +08:00
* add test:dev for dev test workflow, which should rather not lint/build and trigger pretest * refactor tests to use closure based helper instead of class * refactor SwitchRouter tests with router stateful helpers to improve tests readability * simplify matcher * better initialRoute backBehavior test by using a non-default routeName * minor fix * Update src/routers/__tests__/routerTestHelper.js Co-Authored-By: slorber <slorber@users.noreply.github.com> * Update src/routers/__tests__/routerTestHelper.js Co-Authored-By: slorber <slorber@users.noreply.github.com> * Update src/routers/__tests__/routerTestHelper.js Co-Authored-By: slorber <slorber@users.noreply.github.com> * revert bad merge stuff * revert bad merge stuff * fix tests