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.
1 parent 1c6abe0 commit f9fe8f2Copy full SHA for f9fe8f2
types/base.d.ts
@@ -92,7 +92,7 @@ export interface AssertContext {
92
/**
93
* Assert that contents does not match regex.
94
*/
95
- notRegex(contents, regex, message?: string): void;
+ notRegex(contents: string, regex: RegExp, message?: string): void;
96
97
* Assert that error is falsy.
98
0 commit comments