Commit 47a87fbc authored by Simon Knox's avatar Simon Knox

Fix lint and comments

parent 6a63546f
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment