Skip to content

fix fc1c5a64: must be nullish when equal #1677

fix fc1c5a64: must be nullish when equal

fix fc1c5a64: must be nullish when equal #1677

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- run: npm test