sealcode / sealious

An extensible, declarative node framework
25 stars 2 forks source link

"npm test" command doesn't work on Windows #193

Closed modliszka closed 9 years ago

modliszka commented 9 years ago

The error from a console:

E:\Projekt Sealious\Sealious>npm test

> sealious@0.5.2 test E:\Projekt Sealious\Sealious
> multi='dot=- html-cov=coverage.html' ./node_modules/mocha/bin/mocha -r blanket
 --reporter mocha-multi --delay ./tests/test.js

'multi' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Test failed.  See above for more details.
modliszka commented 9 years ago

It has to be something like this in package.json:

"test": "mocha --delay .\\tests\\test.js",