Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nolim1t/vows-template-test

Unit testing template for vows
https://github.com/nolim1t/vows-template-test

Last synced: 2 days ago
JSON representation

Unit testing template for vows

Awesome Lists containing this project

README

        

# vows-template-test
[![Build Status](https://travis-ci.org/nolim1t/vows-template-test.svg?branch=master)](https://travis-ci.org/nolim1t/vows-template-test)

## What
This is a template for doing unit testing, and can be included in any project.

## How

As long as you include the basic libraries, and add in the "test" attribute to "script", it's as simple as doing:

* npm install (to get all the dependencies)
* npm test (to execute the tests in the test folder)