Skip to content

Update jest.config.js #82

Update jest.config.js

Update jest.config.js #82

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Test Functions
run: |
cd Code/frontend
npm install
npm test --coverage