()
| 1 | (function() { |
| 2 | var __hasProp = {}.hasOwnProperty, |
| 3 | __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; |
| 4 | |
| 5 | describe('ContentTools.getEmbedVideoURL()', function() { |
| 6 | it('should return a valid video embbed URL from a youtube URL', function() { |
nothing calls this directly
no outgoing calls
no test coverage detected