Skip to content

fix: enhanced garbage collection on fetch aborts & error messaging #19

fix: enhanced garbage collection on fetch aborts & error messaging

fix: enhanced garbage collection on fetch aborts & error messaging #19

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