Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miki2826 committed May 13, 2016
1 parent 7d93c44 commit be93bc0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ crashlytics-build.properties
fabric.properties

node_modules
coverage
coverage
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ crashlytics-build.properties
fabric.properties

node_modules
coverage
coverage
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ after_script:
- codeclimate-test-reporter < test/coverage/reports/lcov.info
exclude_paths:
- "Gruntfile.js"
- "build/*"
- "build/*"
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function(grunt) {
scope: 'devDependencies'
},

//can postStub process config object before it gets passed to grunt
//can post process config object before it gets passed to grunt
postProcess: function(config) {},

//allows to manipulate the config object before it gets merged with the data object
Expand Down
2 changes: 1 addition & 1 deletion build/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"coverage": {
"APP_DIR_FOR_CODE_COVERAGE": "../coverage/instrument/lib/"
}
}
}
2 changes: 1 addition & 1 deletion build/makeReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"dir": "test/coverage/reports",
"print": "detail"
}
}
}
2 changes: 1 addition & 1 deletion build/mochaTest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
},
"src": ["test/*.js"]
}
}
}
2 changes: 1 addition & 1 deletion build/storeCoverage.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"options": {
"dir": "test/coverage/reports"
}
}
}
2 changes: 1 addition & 1 deletion test/util/requireHelper.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = function (path) {
return require((process.env.APP_DIR_FOR_CODE_COVERAGE || './../../lib/') + path);
};
};

0 comments on commit be93bc0

Please sign in to comment.