Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
adding todos to karma config file and setting version in package.json…
Browse files Browse the repository at this point in the history
… to beta.0
  • Loading branch information
Plum-Crazy committed Sep 12, 2017
1 parent 41be4e2 commit ec1343f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ec1343f

Please sign in to comment.