Skip to content

Bump jest from 29.6.2 to 29.6.3 #106

Bump jest from 29.6.2 to 29.6.3

Bump jest from 29.6.2 to 29.6.3 #106

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'