Skip to content

🥅 improve error handling for decode failures, add tests #8

🥅 improve error handling for decode failures, add tests

🥅 improve error handling for decode failures, add tests #8

Workflow file for this run

name: 'test'
on: [pull_request, push]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
- run: npm test