Socket
Socket
Sign inDemoInstall

@jest/test-result

Package Overview
Dependencies
Maintainers
5
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/test-result - npm Package Compare versions

Comparing version 30.0.0-alpha.5 to 30.0.0-alpha.6

6

build/index.d.ts

@@ -164,3 +164,5 @@ /**

export declare type TestCaseResult = AssertionResult;
export declare type TestCaseResult = AssertionResult & {
startedAt?: number | null;
};

@@ -179,3 +181,3 @@ export declare type TestContext = {

'test-case-start': [string, Circus.TestCaseStartInfo];
'test-case-result': [string, AssertionResult];
'test-case-result': [string, TestCaseResult];
};

@@ -182,0 +184,0 @@

@@ -285,3 +285,3 @@ /*!

var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
// This entry need to be wrapped in an IIFE because it uses a non-standard name for the exports (exports).
(() => {

@@ -326,3 +326,3 @@ var exports = __webpack_exports__;

var _helpers = __webpack_require__("./src/helpers.ts");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
})();

@@ -329,0 +329,0 @@

{
"name": "@jest/test-result",
"version": "30.0.0-alpha.5",
"version": "30.0.0-alpha.6",
"repository": {

@@ -22,4 +22,4 @@ "type": "git",

"dependencies": {
"@jest/console": "30.0.0-alpha.5",
"@jest/types": "30.0.0-alpha.5",
"@jest/console": "30.0.0-alpha.6",
"@jest/types": "30.0.0-alpha.6",
"@types/istanbul-lib-coverage": "^2.0.0",

@@ -29,4 +29,4 @@ "collect-v8-coverage": "^1.0.0"

"devDependencies": {
"jest-haste-map": "30.0.0-alpha.5",
"jest-resolve": "30.0.0-alpha.5"
"jest-haste-map": "30.0.0-alpha.6",
"jest-resolve": "30.0.0-alpha.6"
},

@@ -39,3 +39,3 @@ "engines": {

},
"gitHead": "fa24a3bdd6682978d76799265016fb9d5bff135e"
"gitHead": "ba74b7de1b9cca88daf33f9d1b46bfe2b7f485a5"
}
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