Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / istanbul / lib / register-plugins.js
1
2 /*
3  Copyright (c) 2012, Yahoo! Inc.  All rights reserved.
4  Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
5  */
6 var Store = require('./store'),
7     Report = require('./report'),
8     Command = require('./command');
9
10 Store.loadAll();
11 Report.loadAll();
12 Command.loadAll();
13
14
15