Skip to content

feat(types): allow undefined as options (#2728) #68

feat(types): allow undefined as options (#2728)

feat(types): allow undefined as options (#2728) #68

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
Firefox:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: yarn install
- run: yarn build
- run: yarn test --browser firefox