Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 0.23 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to get nodeunit to detect and run tests included in subfolders?
  2. /tests
  3. /tests/basic-test.js
  4. /tests/models/
  5. /tests/models/model1-tests.js
  6. /tests/models/model2-tests.js
  7.        
  8. test:
  9.     nodeunit $(shell find ./tests -name *.js)