Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dist/jasmine-patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
'use strict';
(function () {
var __extends = function (d, b) {
for (var p in b)
Expand Down
3 changes: 2 additions & 1 deletion dist/mocha-patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
'use strict';
(function (context) {
var Mocha = context.Mocha;
if (typeof Mocha === 'undefined') {
Expand Down Expand Up @@ -150,6 +151,6 @@
return originalRun.call(this, fn);
};
})(Mocha.Runner.prototype.runTest, Mocha.Runner.prototype.run);
})(window);
})(typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || global);

})));
2 changes: 1 addition & 1 deletion dist/mocha-patch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading