Skip to content

changed onMouseEnter states and updated form typing #6

changed onMouseEnter states and updated form typing

changed onMouseEnter states and updated form typing #6

Workflow file for this run

name: Spec Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version}}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: yarn
run: yarn
- name: tests
run: yarn test:ci