Skip to content

feat: Auto generate tests for QUnit #19

feat: Auto generate tests for QUnit

feat: Auto generate tests for QUnit #19

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- run: npm ci --ignore-scripts
- run: npm run build
- run: npm run test:esm
- run: npm run test:features
- run: npm run test:qunit
- run: npm run test:no:specs
- run: npm run test:cjs
- run: npm run lint:ci
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: eslint.sarif