Skip to content

V3.0.0 - Big Refactor, updated libraries, project converted to typescript, Popup refactored #309

V3.0.0 - Big Refactor, updated libraries, project converted to typescript, Popup refactored

V3.0.0 - Big Refactor, updated libraries, project converted to typescript, Popup refactored #309

Workflow file for this run

name: Unit tests
on: [ push, pull_request ]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node 16
uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test