Skip to content

Files

Latest commit

9233f7b · Nov 23, 2023

History

History
28 lines (19 loc) · 535 Bytes

rn-tests.md

File metadata and controls

28 lines (19 loc) · 535 Bytes

(React Native) Run tests

Description

Run tests (for example, Jest).

Instructions

  1. Add either the Run yarn command or the Run npm command Step based on your project setup.
  2. Set the The yarn command to run or The npm command with arguments to run input to test.

bitrise.yml

Using yarn:

- yarn@0:
    inputs:
    - command: test

Using npm:

- npm@1:
    inputs:
    - command: test