Skip to content

Add mathml docs where there were svg docs #4264

Add mathml docs where there were svg docs

Add mathml docs where there were svg docs #4264

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
unit-tests:
runs-on: macos-latest
timeout-minutes: 10
steps:
- uses: google/wireit@setup-github-actions-caching/v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run test:unit
- run: npm run test:generated-api