Skip to content

feat: use testing library for unit testing #64

feat: use testing library for unit testing

feat: use testing library for unit testing #64

Workflow file for this run

name: Unit Testting
on:
pull_request:
branches: [ development ]
push:
branches: [ patch-**, development ]
jobs:
test:
runs-on: ubuntu-latest
container: reactnativecommunity/react-native-android
steps:
- uses: actions/checkout@v2
- name: Install Modules
run: yarn install
- name: Build
run: yarn build
- name: Start Testing
run: yarn test