Skip to content

fix: updated code, with dnd not working #109

fix: updated code, with dnd not working

fix: updated code, with dnd not working #109

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install Dependencies
run: npm ci
- name: Run Unit Tests
run: npm test