# testing-utils
This library provides a set of helper functions for testing.
The many content divides into:
- constants
- mock helper
- utils for OS dependent APIs
## Building
Run `nx build testing-utils` to build the library.
## Running unit tests
Run `nx test testing-utils` to execute the unit tests via [Vitest](https://vitest.dev/).