File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -201,10 +201,11 @@ function will also be available globally as `chaiIterator`.
201201
202202[ TypeScript] [ typescript ] declarations are included in the package. To use them,
203203ensure Chai Iterator is installed with [ npm] [ npm ] , then install the declarations
204- and their dependencies via [ typings] [ typings ] .
204+ and their dependencies via [ typings] [ typings ] . And be sure to install the
205+ declarations for [ chai] [ chai-typings ] .
205206
206207``` sh
207- typings install --save-dev npm:chai-iterator
208+ typings install --save-dev npm~chai npm :chai-iterator
208209```
209210
210211In the [ compiler options] [ compiler-options ] , set ` "target" ` to ` "es6" ` , or at
Original file line number Diff line number Diff line change 1- import "chai" ;
1+ import "~chai/lib/Assert" ;
2+ import "~chai/lib/Assertion" ;
23
34declare module "~chai/lib/Assert" {
45
You can’t perform that action at this time.
0 commit comments