Skip to content

Update TASK_REQUEST.md with resource library link #23

Update TASK_REQUEST.md with resource library link

Update TASK_REQUEST.md with resource library link #23

Workflow file for this run

name: Jest Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test