Skip to content

Fix: tooltips for buttons in tracks selection menu #1465

Fix: tooltips for buttons in tracks selection menu

Fix: tooltips for buttons in tracks selection menu #1465

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
cache: 'yarn'
- run: yarn
- run: npm run lint
- run: npm test