我尝试使用带有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!
我有两个问题:
preprocessors: {'spec/entry.ts': ['webpack', 'sourcemap']}
替代解决方案**更新:**
实际上,我推出@ angular-cli替代方案:
ng test
但我无法使用breackpoint正确调试我的测试。
感谢您的帮助!