forked from Coly010/ng-rspack-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/). |