Code coverage report for es6/marshal.js

Statements: 100% (14 / 14)      Branches: 100% (6 / 6)      Functions: 100% (2 / 2)      Lines: 100% (1 / 1)      Ignored: 1 statement, 2 branches     

All files » es6/ » marshal.js
1 2 3 4 5         
import dispatcher from './lib/dispatcher';
import {marshalCommandList} from './lib/commands';
 
export default dispatcher(...marshalCommandList);