Drop everything from should-promised

This commit is contained in:
Michal Hruby
2017-04-06 09:50:05 +01:00
parent 005c373632
commit fefb9017e7

View File

@@ -4,9 +4,5 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
interface ShouldAssertion {
Promise: ShouldAssertion;
fulfilled: Promise<any>;
rejected: Promise<any>;
finally: ShouldAssertion;
eventually: ShouldAssertion;
// all of the extensions are now part of should itself
}