Skip to content

Commit

Permalink
add chai-immutable tdd "sizeOf" method (flow-typed#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfreedman authored and gantoine committed Nov 8, 2017
1 parent 77852b4 commit cfc9aef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions definitions/npm/chai_v4.x.x/flow_v0.15.0-/chai_v4.x.x.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ declare module "chai" {
delta: number,
msg?: string
): void;

// chai-immutable
static sizeOf(val: mixed, length: number): void;
}

declare var config: {
Expand Down

0 comments on commit cfc9aef

Please sign in to comment.