Socket
Socket
Sign inDemoInstall

@jest/test-result

Package Overview
Dependencies
Maintainers
7
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 25.2.0 to 25.2.1-alpha.1

build/ts3.4/formatTestResults.d.ts

1

build/formatTestResults.d.ts

@@ -9,2 +9,1 @@ /**

export default function formatTestResults(results: AggregatedResult, codeCoverageFormatter?: CodeCoverageFormatter, reporter?: CodeCoverageReporter): FormattedTestResults;
//# sourceMappingURL=formatTestResults.d.ts.map

@@ -12,2 +12,1 @@ /**

export declare const createEmptyTestResult: () => TestResult;
//# sourceMappingURL=helpers.d.ts.map

@@ -10,2 +10,1 @@ /**

export type { AggregatedResult, AssertionLocation, AssertionResult, FailedAssertion, FormattedTestResults, Milliseconds, SerializableError, SnapshotSummary, Status, Suite, TestResult, V8CoverageResult, } from './types';
//# sourceMappingURL=index.d.ts.map

@@ -173,2 +173,1 @@ /**

export {};
//# sourceMappingURL=types.d.ts.map
{
"name": "@jest/test-result",
"version": "25.2.0",
"version": "25.2.1-alpha.1+5cc2ccdac",
"repository": {

@@ -12,6 +12,13 @@ "type": "git",

"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"ts3.4/*"
]
}
},
"dependencies": {
"@jest/console": "^25.2.0",
"@jest/transform": "^25.2.0",
"@jest/types": "^25.2.0",
"@jest/console": "^25.2.1-alpha.1+5cc2ccdac",
"@jest/transform": "^25.2.1-alpha.1+5cc2ccdac",
"@jest/types": "^25.2.1-alpha.1+5cc2ccdac",
"@types/istanbul-lib-coverage": "^2.0.0",

@@ -26,3 +33,3 @@ "collect-v8-coverage": "^1.0.0"

},
"gitHead": "9f0339c1c762e39f869f7df63e88470287728b93"
"gitHead": "5cc2ccdacb1b2433581222252e43cb5a1f6861a9"
}
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