chore(project): rename test bundles

This commit is contained in:
Nico Rehwaldt 2019-12-10 15:57:52 +01:00
parent 557ba17d0a
commit 4d9a9f7252
3 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ var browsers =
return browser;
});
var suite = coverage ? 'test/all.js' : 'test/suite.js';
var suite = coverage ? 'test/coverageBundle.js' : 'test/testBundle.js';
module.exports = function(karma) {