diff options
Diffstat (limited to 'vanilla/node_modules/istanbul-reports/lib/none/index.js')
| -rw-r--r-- | vanilla/node_modules/istanbul-reports/lib/none/index.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vanilla/node_modules/istanbul-reports/lib/none/index.js b/vanilla/node_modules/istanbul-reports/lib/none/index.js deleted file mode 100644 index 81c1408..0000000 --- a/vanilla/node_modules/istanbul-reports/lib/none/index.js +++ /dev/null @@ -1,10 +0,0 @@ -'use strict'; -/* - Copyright 2012-2015, Yahoo Inc. - Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. - */ -const { ReportBase } = require('istanbul-lib-report'); - -class NoneReport extends ReportBase {} - -module.exports = NoneReport; |
