File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ export interface SnapshotAssertion {
220220 skip ( expected : any , message ?: string ) : void ;
221221
222222 /** Skip this assertion. */
223- ( expected : any , options : SnapshotOptions , message ?: string ) : void ;
223+ skip ( expected : any , options : SnapshotOptions , message ?: string ) : void ;
224224}
225225
226226export interface ThrowsAssertion {
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ export interface SnapshotAssertion {
233233 skip(expected: any, message?: string): void;
234234
235235 /** Skip this assertion. */
236- (expected: any, options: SnapshotOptions, message?: string): void;
236+ skip (expected: any, options: SnapshotOptions, message?: string): void;
237237}
238238
239239export interface ThrowsAssertion {
You can’t perform that action at this time.
0 commit comments