guillaumepotier / validator.js

Powerful objects and strings validation in javascript for Node and the browser
http://validatorjs.org
MIT License
255 stars 39 forks source link

running in Node #19

Closed Moondee closed 9 years ago

Moondee commented 10 years ago

Hello, This may seems basic, but can I run your tests.js in Node?

node tests.js doesnt return anything.

Thanks;

guillaumepotier commented 9 years ago

mocha tests/server.js -R dot or npm test should do the job :)

Best