Releases: acostalima/react-native-test-runner
Releases · acostalima/react-native-test-runner
v5.0.0
Features
- add option to reset metro's cache (cdf241d)
v4.0.0
chore
BREAKING CHANGES
- renamed configFile option to config
v3.0.1
Bug Fixes
- pick up test files located at cwd (6c7a1f5)
v3.0.0
Bug Fixes
- modules installed in the test app are now resolved by metro (b984fa9)
BREAKING CHANGES
- changed nativeModules option to just modules
v2.3.0
Features
- add support to load and use process.env in the test app (642d9b7)
v2.2.1
Bug Fixes
- handle patch fail error correctly (eddbccf)
v2.2.0
Features
- proceed on patch apply fail and allow to set cwd for patch (e1f428c)
v2.1.0
Features
- find project root in mono repositories (495ff4a)
- preload module, native modules and patches support (3c66faf)
v2.0.0
- feat!: add support for mocha test runner (c9424ba)
BREAKING CHANGES
- zora and mocha are dev dependencies
v1.0.10
Bug Fixes
- reset metro cache only on ci (45cc6b0)
- resolve module request for ./index should only target app root (f0354c2)
- test results logging should receive metro client_log event data (0ee436a)