Code coverage report for build/third_party/promise-polyfill.js

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

All files » build/third_party/ » promise-polyfill.js
1 2 3 4    1  
// This is used to set the global Promise value in PhantomJS which is used to
// execute jasmine tests.
ES6Promise.polyfill();