معرفی شرکت ها


vows-0.8.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Asynchronous BDD & continuous integration for node.js
ویژگی مقدار
سیستم عامل -
نام فایل vows-0.8.3
نام vows
نسخه کتابخانه 0.8.3
نگهدارنده ['cloudhead', 'evanp', 'indexzero', 'jerrysievert', 'mmalecki', 'strugee']
ایمیل نگهدارنده ['self@cloudhead.net', 'evan@e14n.com', 'charlie.robbins@gmail.com', 'code@legitimatesounding.com', 'me@mmalecki.com', 'alex@strugee.net']
نویسنده Alexis Sellier
ایمیل نویسنده self@cloudhead.net
آدرس صفحه اصلی git+https://github.com/cloudhead/vows.git
آدرس اینترنتی https://github.com/cloudhead/vows
مجوز MIT
# vows [![Build Status](https://api.travis-ci.org/flatiron/vows.svg)](http://travis-ci.org/flatiron/vows) > Asynchronous BDD & continuous integration for node.js #### <http://vowsjs.org> # introduction ------------ There are two reasons why we might want asynchronous testing. The first, and obvious reason is that node.js is asynchronous, and therefore our tests need to be. The second reason is to make test suites which target I/O libraries run much faster. _Vows_ is an experiment in making this possible, while adding a minimum of overhead. synopsis -------- ```js var vows = require('vows'), assert = require('assert'); vows.describe('Deep Thought').addBatch({ 'An instance of DeepThought': { topic: new DeepThought, 'should know the answer to the ultimate question of life': function (deepThought) { assert.equal (deepThought.question('what is the answer to the universe?'), 42); } } }); ``` coverage reporting ------------------ Code coverage reporting is available if _instrumented_ code is detected. Currently only _instrumentation_ via [node-jscoverage](https://github.com/visionmedia/node-jscoverage) is supported. When _instrumented_ code is detected and coverage reporting is enabled using any of the `--cover-plain`, `--cover-html`, or `--cover-json` options a code coverage map is generated. ### downloading and installing [node-jscoverage](https://github.com/visionmedia/node-jscoverage) [node-jscoverage](https://github.com/visionmedia/node-jscoverage) is a binary package that needs to be compiled from source: ```sh $ git clone https://github.com/visionmedia/node-jscoverage.git $ cd node-jscoverage/ $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes [...] $ make && sudo make install ``` ### instrumenting with jscoverage ```sh $ jscoverage myfile.js myfile-instrumented.js ``` installation ------------ ```sh $ npm install vows ``` documentation ------------- Head over to <http://vowsjs.org> run tests ------------- ```sh $ npm test ``` authors ------- [Alexis Sellier](https://github.com/cloudhead), [Charlie Robbins](https://github.com/indexzero), [Jerry Sievert](https://github.com/jerrysievert) *...and many others*


نیازمندی

مقدار نام
^4.0.1 diff
~0.1.6 eyes
^7.1.2 glob


زبان مورد نیاز

مقدار نام
8.12.0 Npm


نحوه نصب


نصب پکیج tgz vows-0.8.3:

    npm install vows-0.8.3.tgz