JHipster和Karma:当我启动npm run test:watch时出错

时间:2017-04-21 09:11:51

标签: testing karma-runner jhipster

我尝试使用带有Angular2的Jhipster 4.3在我的项目中创建单元测试。

但是当我发布时:

 npm run test:watch

当我打开http://localhost:9876/#而我无法调试我的测试时出错:

Chrome 57.0.2987 (Windows 10 0.0.0) ERROR
You need to include some adapter that implements __karma__.start method!

我有两个问题:

  • 如果我在Jhipster默认配置中出现此错误,这是正常的吗?
  • 如何在Chrome开发工具栏中使用带有breackpoint的Karma和预处理器调试我的测试?

preprocessors: {'spec/entry.ts': ['webpack', 'sourcemap']}

替代解决方案**更新:**

实际上,我推出@ angular-cli替代方案:

ng test

但我无法使用breackpoint正确调试我的测试。

感谢您的帮助!

0 个答案:

没有答案