Skip to content

fix: ensure that other value is required when other option is selected for radio and checkbox groups #192

fix: ensure that other value is required when other option is selected for radio and checkbox groups

fix: ensure that other value is required when other option is selected for radio and checkbox groups #192

Workflow file for this run

name: Run Jest Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
env:
CI: true
run: npm install
- name: Lint
run: npm run lint
- name: Build the plugin
run: npm run build:all
- name: Run Jest
run: npm run test