aboutsummaryrefslogtreecommitdiff
path: root/node_modules/istanbul/lib/register-plugins.js
blob: 50462bec1845a148b3bf3caddbe721996cc5c8eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 Copyright (c) 2012, Yahoo! Inc.  All rights reserved.
 Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
 */
var Store = require('./store'),
    Report = require('./report'),
    Command = require('./command');

Store.loadAll();
Report.loadAll();
Command.loadAll();