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 e5023bd commit f8a3040Copy full SHA for f8a3040
index.d.ts
@@ -25,5 +25,4 @@ declare class ExpectHelper {
25
expectDeepIncludeMembers(superset: any[], set: any[], customErrorMsg?: string): void;
26
expectDeepEqualExcluding(actualValue: any, expectedValue: any, fieldsToExclude: string | string[], customErrorMsg?: string): void;
27
expectMatchesPattern(actualValue: object, expectedPattern: object, customErrorMsg?: string): void;
28
- }
29
-
+ }
0 commit comments