Skip to content

fully match yield* by doing one last IteratorValue #17

fully match yield* by doing one last IteratorValue

fully match yield* by doing one last IteratorValue #17

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: install dependencies
run: npm ci
- name: build
run: npm run build
- name: test
run: npm test