aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/istanbul-reports/lib/text-lcov/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/istanbul-reports/lib/text-lcov/index.js')
-rw-r--r--vanilla/node_modules/istanbul-reports/lib/text-lcov/index.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/vanilla/node_modules/istanbul-reports/lib/text-lcov/index.js b/vanilla/node_modules/istanbul-reports/lib/text-lcov/index.js
deleted file mode 100644
index 847aedf..0000000
--- a/vanilla/node_modules/istanbul-reports/lib/text-lcov/index.js
+++ /dev/null
@@ -1,17 +0,0 @@
-'use strict';
-/*
- Copyright 2012-2015, Yahoo Inc.
- Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
- */
-const LcovOnly = require('../lcovonly');
-
-class TextLcov extends LcovOnly {
- constructor(opts) {
- super({
- ...opts,
- file: '-'
- });
- }
-}
-
-module.exports = TextLcov;