You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a karma configuration using Istanbul coverage that was working perfectly fine when I run it using Grunt, until I tried to make it run in background.
The tests are running well with or without the 'background' config, but if I let the 'background' then istanbul does not write the report (no error shown, just nothing generated).
The text was updated successfully, but these errors were encountered:
I wrote a karma configuration using Istanbul coverage that was working perfectly fine when I run it using Grunt, until I tried to make it run in background.
Here is the Grunt task :
The tests are running well with or without the 'background' config, but if I let the 'background' then istanbul does not write the report (no error shown, just nothing generated).
The text was updated successfully, but these errors were encountered: