我正在尝试使用Grunt,Karma和Sonar进行单元测试和测试覆盖。我正在通过this tutorial。
以下是我的依赖项:
existingObjectWithID
这是我的gruntfile:
[...]
services.AddMvc()
.AddViewLocalization(options => options.ResourcesPath = "Resources");
[...]
app.UseRequestLocalization(new RequestCulture(new CultureInfo("es-MX")));
这是我运行grunt声纳时出现的错误:
运行“set-karma-sonar-sources-property”任务 警告:找不到模块'karma-phantomjs-launcher / node_modules / phantomjs'使用--force继续。