toolmark-monorepo / @toolmark/testing / expect
Variable: expect
constexpect:Expect<{toBeConsequential: {message: () =>string;pass:boolean; };toBeReadOnly: {message: () =>string;pass:boolean; };toHaveChanged: {message: () =>string;pass:boolean; };toHaveTools:Promise<{message: () =>string;pass:boolean; }>; }>
Defined in: packages/testing/src/matchers.ts:24
@toolmark/testing's matchers, merged onto @playwright/test's expect: toHaveTools, toBeConsequential, toBeReadOnly, toHaveChanged.