Skip to content

Commit 4e15a8f

Browse files
author
Robert Jackson
committed
Drop support for IE11 (require native Promise)
1 parent 6060d76 commit 4e15a8f

24 files changed

Lines changed: 5 additions & 446 deletions

addon-test-support/@ember/test-helpers/-internal/helper-hooks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { Promise } from '../-utils';
2-
31
type Hook = (...args: any[]) => void | Promise<void>;
42
type HookLabel = 'start' | 'end' | string;
53
type HookUnregister = {

0 commit comments

Comments
 (0)