Skip to content

feat(dnd): add configurable dataTransferProperty to droppable #508

feat(dnd): add configurable dataTransferProperty to droppable

feat(dnd): add configurable dataTransferProperty to droppable #508

Workflow file for this run

name: Unit tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Unit tests (node ${{ matrix.node }})
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- run: npm ci
- run: npm run jest