Вопрос

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.

Это было полезно?

Решение

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

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

Cheers

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top