Skip to content

Bump jest from 29.6.3 to 29.6.4 #107

Bump jest from 29.6.3 to 29.6.4

Bump jest from 29.6.3 to 29.6.4 #107

Workflow file for this run

name: Run Test Scripts
on:
push:
branches: master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo at pull request
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Run Tests
run: 'npm test'