mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Fix sinon-chai to match recent chai updates
This commit is contained in:
Vendored
+4
@@ -8,6 +8,10 @@ declare module chai {
|
||||
|
||||
function expect(target: any): Expect;
|
||||
|
||||
interface ExpectStatic {
|
||||
(target: any): Expect;
|
||||
}
|
||||
|
||||
interface Expect extends LanguageChains, NumericComparison, TypeComparison {
|
||||
not: Expect;
|
||||
deep: Deep;
|
||||
|
||||
Reference in New Issue
Block a user