Skip to content

transform/staticMount: Mark element creation as pure #248

transform/staticMount: Mark element creation as pure

transform/staticMount: Mark element creation as pure #248

Workflow file for this run

name: Test destam-dom
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use node
uses: actions/setup-node@v4
with:
node-version: '22.x'
- run: npm install
- run: FORMATS=iife npm run release
- run: npm test