Skip to content

jest: fix snapshot tests #22

jest: fix snapshot tests

jest: fix snapshot tests #22

Workflow file for this run

name: Unit tests
on:
push:
paths:
- 'morebits.js'
- 'tests/**'
- 'package.json'
- 'package-lock.json'
pull_request:
paths:
- 'morebits.js'
- 'tests/**'
- 'package.json'
- 'package-lock.json'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Unit tests
run: npm run test