小编Can*_*res的帖子

Grunt Karma单元任务因AngularJS项目而失败

我在执行grunt业力时遇到问题:单位,任务完成但抛出这个:

.......
DEBUG [web-server]: serving (cached): C:/project/yo
/test/spec/services/lists.js
Firefox 32.0.0 (Windows 7): Executed 0 of 0 ERROR (0.027 secs / 0 secs)
DEBUG [karma]: Run complete, exiting.
DEBUG [launcher]: Disconnecting all browsers
DEBUG [launcher]: Process Firefox exited with code 0
DEBUG [temp-dir]: Cleaning temp dir C:\Users\developer\AppData\Local\Temp\karma-14
854612
Warning: Task "karma:unit" failed. Use --force to continue.

Aborted due to warnings.


Execution Time (2014-10-16 21:25:51 UTC)
karma:unit  4.1s  ?????????????????????????????????????????????????? 100%
Total 4.1s
Run Code Online (Sandbox Code Playgroud)

测试目录包含测试为空,例如:

'use strict';

describe('Service: lists', function …
Run Code Online (Sandbox Code Playgroud)

unit-testing angularjs e2e-testing

9
推荐指数
1
解决办法
9462
查看次数

标签 统计

angularjs ×1

e2e-testing ×1

unit-testing ×1