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

jest-circus

Package Overview
Dependencies
Maintainers
4
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-circus - npm Package Compare versions

Comparing version 21.3.0-beta.7 to 21.3.0-beta.8

6

build/utils.js

@@ -114,5 +114,5 @@ 'use strict';Object.defineProperty(exports, "__esModule", { value: true });

new Error(
`Exceeded timeout of ${timeout}ms for a ${isHook ?
'hook' :
'test'}.\nUse jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test.`);
`Exceeded timeout of ${timeout}ms for a ${
isHook ? 'hook' : 'test'
}.\nUse jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test.`);

@@ -119,0 +119,0 @@

{
"name": "jest-circus",
"version": "21.3.0-beta.7",
"version": "21.3.0-beta.8",
"repository": {

@@ -12,11 +12,11 @@ "type": "git",

"chalk": "^2.0.1",
"expect": "21.3.0-beta.7",
"jest-diff": "21.3.0-beta.7",
"jest-matcher-utils": "21.3.0-beta.7",
"jest-message-util": "21.3.0-beta.7",
"jest-snapshot": "21.3.0-beta.7"
"expect": "21.3.0-beta.8",
"jest-diff": "21.3.0-beta.8",
"jest-matcher-utils": "21.3.0-beta.8",
"jest-message-util": "21.3.0-beta.8",
"jest-snapshot": "21.3.0-beta.8"
},
"devDependencies": {
"jest-runtime": "21.3.0-beta.7"
"jest-runtime": "21.3.0-beta.8"
}
}

@@ -114,5 +114,5 @@ /**

new Error(
`Exceeded timeout of ${timeout}ms for a ${isHook
? 'hook'
: 'test'}.\nUse jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test.`,
`Exceeded timeout of ${timeout}ms for a ${
isHook ? 'hook' : 'test'
}.\nUse jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test.`,
);

@@ -119,0 +119,0 @@

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