Code coverage report for lib/deps/promise.js

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

All files » lib/deps/ » promise.js
1 2 3 4    2  
'use strict';
/* istanbul ignore next */
module.exports = typeof Promise === 'function' ? Promise : require('lie');