0

Has any one figured out a way around jsTestDriver's inability to recursively lookup files for testing from config. Its documented here: http://code.google.com/p/js-test-driver/issues/detail?id=6

Currently we are not able to give something like /root/module/** in jsTestDriver config.

airboss
  • 1,767
  • 3
  • 16
  • 21

1 Answers1

1

It's fixed now in JsTestDriver-1.3.5, so now you can do something like:

load:
  - js/**/*.js
  - data/**/*.json

Cheers

Edgar Villegas Alvarado
  • 18,204
  • 2
  • 42
  • 61