From 5eb2306e9a7d1a273d446fccc56670327e6cebdd Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 7 Feb 2014 21:26:28 -0800 Subject: [PATCH] Remove sauce labs hook, `global_test_results`, to add it to QUnit Extras. --- test/backbone.html | 7 ------- test/index.html | 6 ------ test/underscore.html | 7 ------- 3 files changed, 20 deletions(-) diff --git a/test/backbone.html b/test/backbone.html index 38572c28d..36b288f2d 100644 --- a/test/backbone.html +++ b/test/backbone.html @@ -46,13 +46,6 @@ if (!(document.attachEvent && (document.documentMode || 0) < 8)) { delete QUnit.config.excused['Backbone.Router']; } - - // assign results to `global_test_results` for Sauce Labs - var global_test_results; - QUnit.done(function(results) { - global_test_results = results; - }); - // load the build of Lo-Dash document.write(' diff --git a/test/index.html b/test/index.html index 76190b887..89bb9cb2d 100644 --- a/test/index.html +++ b/test/index.html @@ -159,12 +159,6 @@