Skip to content

feat!: undefined will no longer replace defined values by default #1704

feat!: undefined will no longer replace defined values by default

feat!: undefined will no longer replace defined values by default #1704

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
workflow_call:
jobs:
test_js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run test:js
- uses: codecov/codecov-action@v4