Skip to content

Development

Tyler Vigario edited this page Jul 7, 2024 · 6 revisions

Tests

Unit Tests

npm run test

One language

npm run test -- -- --match="en"

Browser Test

npm run test:web

Benchmark

npm run bench

One language

npm run bench -- --lang en

Custom value

npm run bench -- --value 1

Lint

npm run lint

Lint JavaScript

npm run lint:js

Lint Markdown

npm run lint:md