diff --git a/types/should-promised/index.d.ts b/types/should-promised/index.d.ts index 065237f45e..0c17b970f7 100644 --- a/types/should-promised/index.d.ts +++ b/types/should-promised/index.d.ts @@ -4,9 +4,5 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped interface ShouldAssertion { - Promise: ShouldAssertion; - fulfilled: Promise; - rejected: Promise; - finally: ShouldAssertion; - eventually: ShouldAssertion; + // all of the extensions are now part of should itself }