温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/node/test/default/EventData/TestSummary
点击访问原文链接

interface TestSummary | Node.js node:test module | Bun

interface TestSummary | Node.js node:test module | BunBuildDocsReferenceGuidesBlogDiscord/node:test/default/EventData/TestSummaryPcountsPduration_msPfilePsuccess

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/node:test/default/EventData/TestSummaryPcountsPduration_msPfilePsuccess

interface

test.default.EventData.TestSummaryinterface TestSummarycounts: { cancelled: number; passed: number; skipped: number; suites: number; tests: number; todo: number; topLevel: number }An object containing the counts of various test results.

duration_ms: numberThe duration of the test run in milliseconds.

file: undefined | stringThe path of the test file that generated the summary. If the summary corresponds to multiple files, this value is undefined.

success: booleanIndicates whether or not the test run is considered successful or not. If any error condition occurs, such as a failing test or unmet coverage threshold, this value will be set to false.

Resources

ReferenceDocsGuidesDiscordMerch StoreGitHubBlog 

Toolkit

RuntimePackage managerTest runnerBundlerPackage runner

Project

Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco

We're hiring →

智能索引记录