Skip to content

Commit

Permalink
Port expectDeprecation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gitKrystan committed Jan 3, 2024
1 parent 733b537 commit d43cd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/ember-data-qunit-asserts/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ declare global {
}

interface Assert {
expectDeprecation(options: DeprecationConfig): void;
expectDeprecation(options: DeprecationConfig, label?: string): void;
expectDeprecation(callback: () => unknown, options: DeprecationConfig | string | RegExp): Promise<void>;
expectNoDeprecation(callback: () => unknown): Promise<void>;
expectWarning(callback: () => unknown, options: WarningConfig | string | RegExp): Promise<void>;
Expand Down

0 comments on commit d43cd05

Please sign in to comment.