Skip to content

fix(company-input-v2): keep Use row on refocus, purge stale free-text (v4.x) #768

fix(company-input-v2): keep Use row on refocus, purge stale free-text (v4.x)

fix(company-input-v2): keep Use row on refocus, purge stale free-text (v4.x) #768

Workflow file for this run

name: jest
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install
- run: yarn test