(name, self, timeout)
| 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)) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…