Closed cssmagic closed 10 years ago
测试脚本 test-action.js 和 test-template.js 内部使用了 _,且这些代码似乎会被立即执行(我对 mocha 还不够了解),但此时外部还没有定义该变量(Underscore 是以 CMD 依赖方式加载进来的),因此报 ReferenceError: _ is not defined。
test-action.js
test-template.js
_
ReferenceError: _ is not defined
需要修改测试脚本文件。
测试脚本
test-action.js
和test-template.js
内部使用了_
,且这些代码似乎会被立即执行(我对 mocha 还不够了解),但此时外部还没有定义该变量(Underscore 是以 CMD 依赖方式加载进来的),因此报ReferenceError: _ is not defined
。需要修改测试脚本文件。