Skip to content

Bump jest from 29.6.1 to 29.6.2 #416

Bump jest from 29.6.1 to 29.6.2

Bump jest from 29.6.1 to 29.6.2 #416

Workflow file for this run

name: 'run tests'
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm ci
- run: |
npm run test