Skip to content

build(deps-dev): Bump chai from 5.1.0 to 5.1.1 #499

build(deps-dev): Bump chai from 5.1.0 to 5.1.1

build(deps-dev): Bump chai from 5.1.0 to 5.1.1 #499

Workflow file for this run

name: Test commit on push and pr
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Install
run: yarn
- name: Test
run: yarn test