Skip to content

Update classfile.ts for better parser #99

Update classfile.ts for better parser

Update classfile.ts for better parser #99

Workflow file for this run

name: test-browser
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run test:browser
env:
CI: true