Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nolim1t/vows-template-test
- Owner: nolim1t
- Created: 2014-08-26T01:09:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T01:38:39.000Z (about 10 years ago)
- Last Synced: 2024-04-14T14:30:14.457Z (7 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)