diff options
Diffstat (limited to 'node_modules/istanbul-reports/lib/none')
-rw-r--r-- | node_modules/istanbul-reports/lib/none/index.js | 9 |
1 files changed, 9 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 000000000..466797820 --- /dev/null +++ b/node_modules/istanbul-reports/lib/none/index.js @@ -0,0 +1,9 @@ +/* + Copyright 2012-2015, Yahoo Inc. + Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. + */ +function NoneReport() { +} + +module.exports = NoneReport; + |