MCPcopy
hub / github.com/jestjs/jest / assertions

Method assertions

packages/expect/src/types.ts:93–93  ·  view source on GitHub ↗
(numberOfAssertions: number)

Source from the content-addressed store, hash-verified

91
92export interface BaseExpect {
93 assertions(numberOfAssertions: number): void;
94 addEqualityTesters(testers: Array<Tester>): void;
95 extend(matchers: MatchersObject): void;
96 extractExpectedAssertionsErrors(): ExpectedAssertionsErrors;

Calls

no outgoing calls

Tested by 7

testFnFunction · 0.64
testFnFunction · 0.64
testFnFunction · 0.64
testFnFunction · 0.64
throwsFunction · 0.64
redeclareFunction · 0.64
noAssertionsFunction · 0.64