MCPcopy Create free account
hub / github.com/Effect-TS/effect / fails

Function fails

packages/vitest/src/internal/internal.ts:118–119  ·  view source on GitHub ↗
(name, self, timeout)

Source from the content-addressed store, hash-verified

116 )
117
118 const fails: Vitest.Vitest.Tester<R>["fails"] = (name, self, timeout) =>
119 V.it.fails(name, testOptions(timeout), (ctx) => run(ctx, [ctx], self))
120
121 const prop: Vitest.Vitest.Tester<R>["prop"] = (name, arbitraries, self, timeout) => {
122 if (Array.isArray(arbitraries)) {

Callers

nothing calls this directly

Calls 2

testOptionsFunction · 0.85
runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…