Skip to content

Commit

Permalink
Enable coverage for BenderJS.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik authored and Reinmar committed Sep 29, 2015
1 parent b1562f4 commit 36d70d4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bender.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,23 @@ var config = {
privateKey: 'tests/_benderjs/ssl/key.pem',
certificate: 'tests/_benderjs/ssl/cert.pem',

coverage: {
paths: [
'adapters/**/*',
'core/**/*',
'dev/**/*',
'lang/**/*',
'plugins/**/*',
'samples/**/*',
'*.js'
],
options: {
checkTrackerVar: true
}
},

plugins: [
'benderjs-coverage',
'benderjs-yui',
'benderjs-sinon',
'benderjs-jquery',
Expand Down

0 comments on commit 36d70d4

Please sign in to comment.