Skip to content

Fix: Tab key processed more than once in nested <Popover/>s #70

Fix: Tab key processed more than once in nested <Popover/>s

Fix: Tab key processed more than once in nested <Popover/>s #70

Workflow file for this run

name: Jest
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test