Skip to content

fix: Wildcard splat/rest param matches should return undefined instead of empty strings #66

fix: Wildcard splat/rest param matches should return undefined instead of empty strings

fix: Wildcard splat/rest param matches should return undefined instead of empty strings #66

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
build_test:
name: Test
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: Tests
run: npm run test