Socket
Socket
Sign inDemoInstall

jest-circus

Package Overview
Dependencies
62
Maintainers
1
Versions
246
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 20.1.0-alpha.3 to 20.1.0-beta.1

4

build/utils.js

@@ -115,3 +115,5 @@ 'use strict';

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.`);

@@ -118,0 +120,0 @@

{
"name": "jest-circus",
"version": "20.1.0-alpha.3",
"version": "20.1.0-beta.1",
"repository": {

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

"dependencies": {
"jest-diff": "^20.1.0-alpha.3",
"jest-matchers": "^20.1.0-alpha.3",
"jest-message-util": "^20.1.0-alpha.3",
"jest-snapshot": "^20.1.0-alpha.3"
"jest-diff": "^20.1.0-beta.1",
"jest-matchers": "^20.1.0-beta.1",
"jest-message-util": "^20.1.0-beta.1",
"jest-snapshot": "^20.1.0-beta.1"
},
"devDependencies": {
"jest-runtime": "^20.1.0-alpha.3"
"jest-runtime": "^20.1.0-beta.1"
}
}

@@ -72,4 +72,4 @@ /**

? operator.startsWith('!') || operator.startsWith('=')
? `${negator ? 'not ' : ''}to be (operator: ${operator}):\n`
: `${humanReadableOperators[operator] || operator} to:\n`
? `${negator ? 'not ' : ''}to be (operator: ${operator}):\n`
: `${humanReadableOperators[operator] || operator} to:\n`
: '';

@@ -76,0 +76,0 @@

@@ -115,3 +115,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.`,
);

@@ -118,0 +120,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc