(React Native) Run tests
DescriptionClick to copy link
Run tests, for example, in Jest.
InstructionsClick to copy link
- Add either the Run yarn command or the Run npm command Step to your Workflow based on your project setup.
- Set the The yarn command to run or The npm command with arguments to run input variable to
test.
bitrise.ymlClick to copy link
Using yarn:
- yarn@0:
inputs:
- command: test
Using npm:
- npm@1:
inputs:
- command: test