mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Updated chai-things typing
This commit is contained in:
Vendored
+5
-5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user