Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hibatillah/kppl-testing
Learn white box testing
https://github.com/hibatillah/kppl-testing
testing unit-testing whitebox-testing
Last synced: 8 days ago
JSON representation
Learn white box testing
- Host: GitHub
- URL: https://github.com/hibatillah/kppl-testing
- Owner: hibatillah
- Created: 2024-10-29T19:13:49.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T07:33:08.000Z (about 2 months ago)
- Last Synced: 2024-12-06T14:55:16.228Z (16 days ago)
- Topics: testing, unit-testing, whitebox-testing
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Software Quality and Testing
Unit testing javascript using [Jest](https://jestjs.io/)
## Run project
Install dependencies
```bash
npm install
```Run the tests. Tests driver are located in the `/tests` directory.
```bash
npm test
```