Skip to content

fix: update abortcontroller/abortSignal for use in Reactive Native #23

fix: update abortcontroller/abortSignal for use in Reactive Native

fix: update abortcontroller/abortSignal for use in Reactive Native #23

Workflow file for this run

name: Test
on:
pull_request:
types: [opened]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm run test