Skip to content

fix: improve performance by pulling querySelector out of the loop (#2… #58

fix: improve performance by pulling querySelector out of the loop (#2…

fix: improve performance by pulling querySelector out of the loop (#2… #58

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