Skip to content

Fix typos in Base Learn badge description and comments (#1590) #1472

Fix typos in Base Learn badge description and comments (#1590)

Fix typos in Base Learn badge description and comments (#1590) #1472

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
pull_request:
branches: [master]
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: |
yarn install
yarn test