Skip to content

[Snyk] Security upgrade jest from 24.9.0 to 25.0.0 #46

[Snyk] Security upgrade jest from 24.9.0 to 25.0.0

[Snyk] Security upgrade jest from 24.9.0 to 25.0.0 #46

Workflow file for this run

on:
[pull_request]
name: Check
jobs:
check:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: |
npm ci
npm run test