Skip to content

fix: tweak VNodeStyle to improve performance of type checking #102

fix: tweak VNodeStyle to improve performance of type checking

fix: tweak VNodeStyle to improve performance of type checking #102

Workflow file for this run

name: test
on:
pull_request_target:
push:
branches:
- master
jobs:
test-browser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
env:
BROWSER_STACK_USERNAME: ${{ secrets.BROWSER_STACK_USERNAME }}
BROWSER_STACK_ACCESS_KEY: ${{ secrets. BROWSER_STACK_ACCESS_KEY }}