Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

test-agent

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-agent - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

8

lib/test-agent/browser-worker/mocha-driver.js

@@ -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 @@ });

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc