aboutsummaryrefslogtreecommitdiff
path: root/node_modules/istanbul-reports/lib/none/index.js
blob: 466797820141a079b741c9cb23a354856d8e5a38 (plain)
1
2
3
4
5
6
7
8
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;