test-agent
Advanced tools
Comparing version 0.13.0 to 0.14.0
@@ -35,2 +35,7 @@ (function(window) { | ||
/** | ||
* Default test timeout. | ||
*/ | ||
timeout: 10000, | ||
/** | ||
* Mocha reporter to use. | ||
@@ -143,3 +148,4 @@ * If null is given none will be used. | ||
ui: self.ui, | ||
reporter: self.getReporter(box) | ||
reporter: self.getReporter(box), | ||
timeout: self.timeout | ||
}); | ||
@@ -146,0 +152,0 @@ }); |
{ | ||
"name": "test-agent", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"author": "James Lal", | ||
@@ -5,0 +5,0 @@ "description": "execute client side tests from browser report back to cli", |
# Test Agent | ||
[![Build Status](https://secure.travis-ci.org/lightsofapollo/js-test-agent.png?branch=master)](http://travis-ci.org/lightsofapollo/js-test-agent) | ||
[![Build Status](https://secure.travis-ci.org/mozilla-b2g/js-test-agent.png?branch=master)](http://travis-ci.org/mozilla-b2g/js-test-agent) | ||
@@ -5,0 +5,0 @@ Test Agent is a plugin based test environemnt for the modern browser javascript environment. |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
229797
71
7145
2