Skip to content

add one component test #272

add one component test

add one component test #272

Workflow file for this run

name: Jest
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '23 18 * * 6'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Run Jest
run: yarn jest