Skip to content

Testing

You are viewing the next version (v6.7) of the documentation.
Click here to switch to the stable version (v6.6), or use the version switcher on the left to navigate between versions.

Testing

Unit Tests

Vitest is used for unit testing. The tests are located in the tests directory.

Running Tests

Unit Tests

bash
pnpm run test

Coverage

bash
pnpm run test:coverage