Skip to content

Bump jest and @types/jest #19

Bump jest and @types/jest

Bump jest and @types/jest #19

Workflow file for this run

name: Unit Tests
on:
pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn test