We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
toHaveClass
1 parent ce13a71 commit 7814d88Copy full SHA for 7814d88
packages/browser/jest-dom.d.ts
@@ -260,8 +260,8 @@ declare namespace matchers {
260
* @see
261
* [testing-library/jest-dom#tohaveclass](https://github.com/testing-library/jest-dom#tohaveclass)
262
*/
263
- toHaveClass(...classNames: Array<string | RegExp>): R
264
toHaveClass(classNames: string, options?: {exact: boolean}): R
+ toHaveClass(...classNames: Array<string | RegExp>): R
265
/**
266
* @description
267
* This allows you to check whether the given form element has the specified displayed value (the one the
0 commit comments