1

我使用 npm 测试

我收到我的输出没有错误,但这工作并在 20 秒后关闭

但我不知道如何使用它

PhantomJS 2.1.1 (Linux 0.0.0): Executed 59 of 90 SUCCESS (0 secs / 4.326 secs)
 PhantomJS 2.1.1 (Linux 0.0.0): Executed 90 of 90 SUCCESS (0 secs / 5.777 secs)
Chrome 55.0.2883 (Linux 0.0.0): Executed 34 of 90 SUCCESS (0 secs / 4.396 secs)
PhantomJS 2.1.1 (Linux 0.0.0): Executed 90 of 90 SUCCESS (6.43 secs / 5.777 secs)
Chrome 55.0.2883 (Linux 0.0.0): Executed 34 of 90 SUCCESS (0 secs / 4.396 secs)
TOTAL: 124 SUCCESS
TOTAL: 124 SUCCESS
[2017-03-01 19:58:05.913] [DEBUG] karma - Run complete, exiting.

我如何安装和使用这个 angularjs 项目https://github.com/json-schema-form/angular-schema-form

请帮我

4

1 回答 1

0

我解决使用

./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js

和简单的 http-server 命令

于 2017-03-01T20:00:53.703 回答