Skip to content

refactor: store frame scratch in a lazy ref (#324) #1805

refactor: store frame scratch in a lazy ref (#324)

refactor: store frame scratch in a lazy ref (#324) #1805

Workflow file for this run

name: Test
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test -- --no-coverage --ci --forceExit
- name: Verify packed Bundle Mode consumer export
run: npm run verify:bundle-mode-consumer