Code coverage report for cjs/testing/SubscriptionLog.js

Statements: 90.91% (10 / 11)      Branches: 83.33% (5 / 6)      Functions: 100% (2 / 2)      Lines: 100% (9 / 9)      Ignored: none     

All files » cjs/testing/ » SubscriptionLog.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20    1   3293   1 3293   3293   3293 3293         1 1  
"use strict";
 
exports.__esModule = true;
 
function _classCallCheck(instance, Constructor) { Iif (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
 
var SubscriptionLog = function SubscriptionLog(subscribedFrame) {
    var unsubscribedFrame = arguments.length <= 1 || arguments[1] === undefined ? Number.POSITIVE_INFINITY : arguments[1];
 
    _classCallCheck(this, SubscriptionLog);
 
    this.subscribedFrame = subscribedFrame;
    this.unsubscribedFrame = unsubscribedFrame;
}
//# sourceMappingURL=SubscriptionLog.js.map
;
 
exports["default"] = SubscriptionLog;
module.exports = exports["default"];
//# sourceMappingURL=SubscriptionLog.js.map