Skip to content

Releases: acostalima/react-native-test-runner

v5.0.0

30 Mar 11:16
Compare
Choose a tag to compare

Features

  • add option to reset metro's cache (cdf241d)

v4.0.0

25 Mar 17:35
Compare
Choose a tag to compare

chore

BREAKING CHANGES

  • renamed configFile option to config

v3.0.1

03 Mar 16:21
Compare
Choose a tag to compare

Bug Fixes

  • pick up test files located at cwd (6c7a1f5)

v3.0.0

02 Mar 21:19
Compare
Choose a tag to compare

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

31 Jan 18:09
Compare
Choose a tag to compare

Features

  • add support to load and use process.env in the test app (642d9b7)

v2.2.1

28 Jan 18:48
Compare
Choose a tag to compare

Bug Fixes

  • handle patch fail error correctly (eddbccf)

v2.2.0

28 Jan 18:28
Compare
Choose a tag to compare

Features

  • proceed on patch apply fail and allow to set cwd for patch (e1f428c)

v2.1.0

28 Jan 15:01
Compare
Choose a tag to compare

Features

  • find project root in mono repositories (495ff4a)
  • preload module, native modules and patches support (3c66faf)

v2.0.0

25 Jan 13:44
Compare
Choose a tag to compare
  • feat!: add support for mocha test runner (c9424ba)

BREAKING CHANGES

  • zora and mocha are dev dependencies

v1.0.10

11 Jan 20:27
Compare
Choose a tag to compare

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)