Fix lint and comments

This commit is contained in:
Simon Knox 2018-10-02 19:01:41 +10:00
parent 6a63546fbc
commit 47a87fbcd8
1 changed files with 1 additions and 1 deletions

View File

@ -155,8 +155,8 @@ describe('test errors', () => {
// if we're generating coverage reports, make sure to include all files so
// that we can catch files with 0% coverage
// see: https://github.com/deepsweet/istanbul-instrumenter-loader/issues/15
if (GENERATE_COVERAGE_REPORT) { // eslint-disable-line no-undef
// exempt these files from the coverage report
if (GENERATE_COVERAGE_REPORT) {
const troubleMakers = [
'./blob_edit/blob_bundle.js',
'./boards/components/modal/empty_state.vue',