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

property failing | bun:test module | Bun

property failing | bun:test module | BunBuildDocsReferenceGuidesBlogDiscord/bun:test/Test/failingPfailing

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/bun:test/Test/failingPfailing

property

test.Test.failingfailing: TestT>Marks this test as failing.

Use test.failing when you are writing a test and expecting it to fail. These tests will behave the other way normal tests do. If failing test will throw any errors then it will pass. If it does not throw it will fail.

test.failing is very similar to test.todo except that it always runs, regardless of the --todo flag.

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 →

智能索引记录