Skip to content

fix: Optimize Select Component for Improved Performance Update index.tsx #1214

fix: Optimize Select Component for Improved Performance Update index.tsx

fix: Optimize Select Component for Improved Performance Update index.tsx #1214

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@v1
- name: Run Tests
run: |
yarn install
yarn test