Code coverage report for lib/commands/index.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (2 / 2)      Ignored: none     

All files » lib/commands/ » index.js
1 2 3 4 5 6 7 8 9 10 11              1   1  
/**
 * @file parari
 * @module parari/lib/commands
 */
 
"use strict";
 
module.exports = {
    
    get slide() { return require('./slide'); }
};