Skip to content

增加对于开头存在 #0 这样例子的解析支持 #4

增加对于开头存在 #0 这样例子的解析支持

增加对于开头存在 #0 这样例子的解析支持 #4

Workflow file for this run

name: Windows WASM
on: [push, pull_request]
jobs:
test:
name: Node ${{ matrix.node-version }}
runs-on: windows-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run mocha_wasm