We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee72c6 commit 3a8fb11Copy full SHA for 3a8fb11
test/util/matchers.types.d.ts
@@ -3,5 +3,6 @@ declare namespace jasmine {
3
toEqualData(expected: any, expectationFailOutput?: any): boolean;
4
toEqualValues(expected: any, expectationFailOutput?: any): boolean;
5
toBeResolved(): boolean;
6
+ toHaveClass(expected: string): boolean;
7
}
8
0 commit comments