Skip to content

Commit f8a3040

Browse files
committed
fix: types
1 parent e5023bd commit f8a3040

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ declare class ExpectHelper {
2525
expectDeepIncludeMembers(superset: any[], set: any[], customErrorMsg?: string): void;
2626
expectDeepEqualExcluding(actualValue: any, expectedValue: any, fieldsToExclude: string | string[], customErrorMsg?: string): void;
2727
expectMatchesPattern(actualValue: object, expectedPattern: object, customErrorMsg?: string): void;
28-
}
29-
28+
}

0 commit comments

Comments
 (0)