Skip to content

feat: The tooltip and popover components add mouseEnterDelay and mouseLeaveDelay props #865

feat: The tooltip and popover components add mouseEnterDelay and mouseLeaveDelay props

feat: The tooltip and popover components add mouseEnterDelay and mouseLeaveDelay props #865

Workflow file for this run

name: 馃寛 Unit Test
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 # Skip downloading during yarn install
PLAYWRIGHT_BROWSERS_PATH: 0 # Places binaries to node_modules/@playwright/test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PNPM
run: corepack enable
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm
- name: Setup
run: npm i -g @antfu/ni
- name: Setup dependencies
run: nci
- name: Build
run: nr build
- name: Unit Test
run: nr test:unit