Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bezzad/unitjest

Automation generate unit test for JavaScript by Jest Framework
https://github.com/bezzad/unitjest

babel cfg control-flow-graph escodegen esprima estraverse falafel flow-chart generate-unit-test genetic-algorithm instrument javascript jest test-code unit-testing

Last synced: about 4 hours ago
JSON representation

Automation generate unit test for JavaScript by Jest Framework

Awesome Lists containing this project

README

        

# Unit [Jest][1]

Generate [unit test](https://en.wikipedia.org/wiki/Unit_testing) automatically for `JavaScript (ES2015)` by [Jest Framework][1].

[1]: https://github.com/facebook/jest
[2]: https://github.com/bezzad/UnitJest/releases/tag/1.0.01.2.0

### Dependencies:
1. [Node.js](https://nodejs.org/en/)
2. [Esprima](http://esprima.org/)
3. [Escodegen](https://github.com/estools/escodegen)
4. [Styx](https://github.com/mariusschulz/styx)
5. [viz.js](https://github.com/mdaines/viz.js/wiki/Usage)
8. [inspect-code](https://github.com/derhuerst/inspect-code)

## How to Use
* Download the [Project][2]
* Unzip the project folder
* Open bash within project folder
* Run `$ npm install`
* Run `$ node index.js` to execute project