diff --git a/config/test/karma.conf.js b/config/test/karma.conf.js index 7e3957c..22f1918 100644 --- a/config/test/karma.conf.js +++ b/config/test/karma.conf.js @@ -34,12 +34,14 @@ module.exports = function(config) { exclude: /\*.spec.ts/ } }, + // TODO build flag/param to specify coverage mode reporters: [ 'progress', /*'kjhtml', */'coverage-istanbul' ], port: 9876, colors: true, logLevel: config.LOG_INFO, autoWatch: true, browsers: [ 'Chrome' ], + // TODO coverage param applies to this, too! singleRun: true }); }; \ No newline at end of file diff --git a/package.json b/package.json index 7fd7455..e6d8f36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-seed", - "version": "2.0.0", + "version": "2.0.0-beta.0", "description": "Angular 4 Seed Project", "license": "GPL-3.0", "repository": {