aboutsummaryrefslogtreecommitdiff
path: root/node_modules/istanbul-reports/lib/none/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/istanbul-reports/lib/none/index.js')
-rw-r--r--node_modules/istanbul-reports/lib/none/index.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/istanbul-reports/lib/none/index.js b/node_modules/istanbul-reports/lib/none/index.js
new file mode 100644
index 0000000..81c1408
--- /dev/null
+++ b/node_modules/istanbul-reports/lib/none/index.js
@@ -0,0 +1,10 @@
+'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;