When I start karma from the grunt task, I get the following warning:
Running "karma:unit" (karma) task Warning: The api interface has changed. Please use server = new Server(config, [done]) server.start() instead. Use
I checked the karma with my configuration using the “run” and “start” karma commands, and they seem to work fine.
Using grunt --force may complete the task, but it ends with warnings.
These are the versions that I am currently using:
- Karma 0.13.0
- Grunt 0.4.5
- grunt-cli 0.1.13
- node.js 0.12.7
- npm 2.11.3
The project was generated using yoman (1.4.7), but I have the same problem using Karma in a separate project using only jasmine, karma and Grunt (also tested with Gulp).
I was looking for a warning message but could not find anything. I do not know if this is the expected behavior or if there is another way to complete tasks without warning.
source share