Skip to content

fix: silence this error that's driving me nuts #91

fix: silence this error that's driving me nuts

fix: silence this error that's driving me nuts #91

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test