On Tue, Apr 3, 2012 at 3:24 PM, john.tiger <[email protected]> wrote:
>  which testing package is being used ?
>  (travis site says it can use vovs or espresso)

You can define it for yourself.

For example, put this into package.json

  "scripts": {
    "test": "mocha -R spec"
  },
  "devDependencies": {
    "mocha": "1.0.x"
  }

and and travis ci uses mocha by calling "npm test".

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to