Skip to content

feat(dropdown): add modalDesktop property #214

feat(dropdown): add modalDesktop property

feat(dropdown): add modalDesktop property #214

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies 📦
run: npm install
- name: Run unit tests 🧪
run: npm run test