Updated chai-things typing

This commit is contained in:
David Broder-Rodgers
2015-12-23 14:05:39 +00:00
parent d8359c5a99
commit 71a528be4d
+5 -5
View File
@@ -1,7 +1,7 @@
// Type definitions for chai-things
// Project: https://github.com/chaijs/chai-things
// Definitions by: David Broder-Rodgers <https://github.com/DavidBR-SW/>
// Definitions: https://github.com/DavidBR-SW/DefinitelyTyped
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../chai/chai.d.ts" />
@@ -25,14 +25,14 @@ declare module Chai {
interface Anything extends Assertion {
(): any;
that: Assertion
with: Assertion
that: Assertion;
with: Assertion;
}
interface Something extends Assertion {
(): any;
that: Assertion
with: Assertion
that: Assertion;
with: Assertion;
}
interface Item {