aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/istanbul-lib-report/lib/watermarks.js
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/istanbul-lib-report/lib/watermarks.js')
-rw-r--r--vanilla/node_modules/istanbul-lib-report/lib/watermarks.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/vanilla/node_modules/istanbul-lib-report/lib/watermarks.js b/vanilla/node_modules/istanbul-lib-report/lib/watermarks.js
deleted file mode 100644
index fb76082..0000000
--- a/vanilla/node_modules/istanbul-lib-report/lib/watermarks.js
+++ /dev/null
@@ -1,15 +0,0 @@
-'use strict';
-/*
- Copyright 2012-2015, Yahoo Inc.
- Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
- */
-module.exports = {
- getDefault() {
- return {
- statements: [50, 80],
- functions: [50, 80],
- branches: [50, 80],
- lines: [50, 80]
- };
- }
-};