Skip to content

Merge branch 'develop' into fix/274-safari-missing-icons #741

Merge branch 'develop' into fix/274-safari-missing-icons

Merge branch 'develop' into fix/274-safari-missing-icons #741

Workflow file for this run

name: Run Unit Test Suite
on: [push, workflow_dispatch]
jobs:
jest:
name: Jest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install NPM Dependencies
run: npm ci
- name: Run Unit Tests
run: npm test