Name: | nodeunit |
Version: | 0.8.6 |
Release: | 5.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 165020 |
License: | MIT |
RPM: |
nodeunit-0.8.6-5.el7.noarch.rpm
|
Source RPM: |
nodeunit-0.8.6-5.el7.src.rpm
|
Build Date: | Mon Dec 04 2017 |
Build Host: | x86-ol6-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/caolan/nodeunit |
Summary: | Easy asynchronous unit testing framework for Node.js |
Description: | Nodeunit provides an easy asynchronous unit testing framework for Node.js:
- helps you avoid common pitfalls when testing asynchronous code
- easy to add test cases with setUp and tearDown functions if you wish
- flexible reporters for custom output
- built-in support for HTML and jUnit XML
- allows the use of mocks and stubs |