Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```