Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Update packages

Update packages #5

Workflow file for this run

name: Jest Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Jest Tests
run: npm test