Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Jan 11, 2025
1 parent 7d97443 commit 7938d89
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions testing/utils/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# utils
# testing-utils

This library was generated with [Nx](https://nx.dev).
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 utils` to build the library.
Run `nx build testing-utils` to build the library.

## Running unit tests

Run `nx test utils` to execute the unit tests via [Vitest](https://vitest.dev/).
Run `nx test testing-utils` to execute the unit tests via [Vitest](https://vitest.dev/).

0 comments on commit 7938d89

Please sign in to comment.