test-agent
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -75,6 +75,6 @@ (function(window) { | ||
box.require(this.testHelperUrl); | ||
tests.forEach(function(test) { | ||
box.require(test); | ||
box.require(this.testHelperUrl, function(){ | ||
tests.forEach(function(test) { | ||
box.require(test); | ||
}); | ||
}); | ||
@@ -81,0 +81,0 @@ } |
{ | ||
"name": "test-agent", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "James Lal", | ||
@@ -5,0 +5,0 @@ "description": "execute client side tests from browser report back to cli", |
@@ -1549,6 +1549,6 @@ // Copyright Joyent, Inc. and other Node contributors. | ||
box.require(this.testHelperUrl); | ||
tests.forEach(function(test) { | ||
box.require(test); | ||
box.require(this.testHelperUrl, function(){ | ||
tests.forEach(function(test) { | ||
box.require(test); | ||
}); | ||
}); | ||
@@ -1555,0 +1555,0 @@ } |
438584
14818