Skip to content

Bump jest from 28.1.0 to 29.7.0 #249

Bump jest from 28.1.0 to 29.7.0

Bump jest from 28.1.0 to 29.7.0 #249

Workflow file for this run

name: Test Coverage
on:
pull_request:
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- main # triggers on pushes that contain changes in main
- develop
jobs:
test-coverage:
runs-on: ubuntu-latest
name: "test-coverage"
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test