Skip to content

chore: update Twitter link and labels to X branding (#1233) #595

chore: update Twitter link and labels to X branding (#1233)

chore: update Twitter link and labels to X branding (#1233) #595

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