karma-hydro
Synopsis
Karma plugin for hydro.
Installation
npm install karma-hydro
Configuration
// karma.conf.js module { config;};
In most of the cases you might want to defer the hydro setup, because you want karma to include your plugins, prepare the environment manually or what have you.
Hydro will set itself up with karma, but it won't call the setup
method so you
can do it yourself later on.
Here is an example of how you can accomplish this:
// karma.conf.js module { config;};
// hydro.karma.js /* setup stuff, do whatever */ hydro; // here we setup hydro explicitly
License
The MIT License (see LICENSE)