Skip to content

Typescript: Missing type for onError (#29) #15

Typescript: Missing type for onError (#29)

Typescript: Missing type for onError (#29) #15

Workflow file for this run

name: ci
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Run tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- name: Install dependencies
run: |
npm install -g npm@latest
npm install
- name: Run tests
run: npm test