From 325666ffcfff3896068c1098893fda0804011603 Mon Sep 17 00:00:00 2001 From: Rob Levin Date: Mon, 29 Sep 2014 13:08:37 -0700 Subject: [PATCH] Forgot to add varas :( --- tests/resources/tests.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/resources/tests.js b/tests/resources/tests.js index 58ba57d..938df90 100644 --- a/tests/resources/tests.js +++ b/tests/resources/tests.js @@ -1,3 +1,6 @@ +var log = []; +var testName; + QUnit.done(function (test_results) { var tests = []; for(var i = 0, len = log.length; i < len; i++) {