-
Looks like vows is a test helper, but is set as a dependency instead of a devDependency.
-
I have a test file like below:
``` js
// Dependencies
var Vows = require("vows")
, Request = require("request")
, Assert = require("assert")
, MyLib = require("../../lib/")
;
// Globals
var …
-
Hi. With Node v10.1.0:
```
$ NODE_OPTIONS='--throw-deprecation' npm test
> bramqp@0.5.0 test /Users/dexter/src/js/bramqp
> vows --spec
♢ concurrent connections
events.js:167
t…
-
On node 0.6.10, using that latest version of vows, running:
```
vows -w *.js test
```
On one of the example tests that use .export(module), errors out with the following.
```
TypeError: Object spec…
-
Under Windows (Windows 7 with both CMD.EXE and Cygwin), wildcard globbing is broken in v0.9.0-rc2 and later code (e.g. master as of 2015-08-06), but works properly in v0.8.1 and v0.9.0-rc1. Globbing w…
-
This is what I see when I try to install version 6.2.6 (the latest available version) from PyPI:
```
(tmp-707a197e477eaec) [jeppe@reventon ~]$ pip install tc_aws
Collecting tc_aws
Downloading ht…
-
I'm tried on 0.6.x and 0.7.0 It seems to be doubling the path for some reason. Here's what I get:
```
E:\Backup\Koodaus\node-irc-stream>vows -v -i
...
vows bin discovered ./test
vows runner loading […
-
Trump approves sending 4,000 more troops to Afghanistan, senior official says
Other sources for this story:
1. [Trump vows US will keep fighting in Afghanistan](http://www.aljazeera.com/news/2017…
-
Lines 381ff
```
function getMatchingTest(file, join) {
join || (join = '-');
var testFile;
if (specFileExt.test(file)) {
testFile = path.join(testFolder, file)…
-
D:\myProject>vows -w
Error: No such module //oO wtf? this line dissapeard when I tried to copy it from console...
at EventEmitter. (node.js:386:27)
at C:\Users\Me\AppData\Roaming\npm\node_modu…