刚从Grun0.4.1升级到grunt-contrib-jasmine 0.6.0。
测试过去是有效的,但现在我得到了:
Running "jasmine:app2JsTests" (jasmine) task
Warning: Cannot call method 'join' of undefined Use --force to continue.发布于 2014-02-22 12:59:56
事实证明,grunt-template-jasmine-requirejs与最新版本的grunt-contrib-jasmine as they have documented here.不兼容
https://stackoverflow.com/questions/21949917
复制相似问题