Skip to content

doc(split): fixing comment on nbsp splitting #376

doc(split): fixing comment on nbsp splitting

doc(split): fixing comment on nbsp splitting #376

Workflow file for this run

name: Run tests
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm test