Skip to content

fix: do not force slots to be self-closed #251

fix: do not force slots to be self-closed

fix: do not force slots to be self-closed #251

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- name: Install packages
run: npm install
- name: Run tests
run: npm test