https://github.com/noeldemartin/testing
My JavaScript utilities for testing
https://github.com/noeldemartin/testing
Last synced: 7 months ago
JSON representation
My JavaScript utilities for testing
- Host: GitHub
- URL: https://github.com/noeldemartin/testing
- Owner: NoelDeMartin
- License: mit
- Created: 2024-07-12T07:50:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T08:16:07.000Z (about 1 year ago)
- Last Synced: 2025-02-25T13:18:54.844Z (7 months ago)
- Language: TypeScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Testing Utilities 
These are some JavaScript utilities I use for writing tests. If you want to use them as well, you're most welcome. You can install the package with:
```sh
npm install @noeldemartin/testing
```