Files
DefinitelyTyped/sinon-chai
Andrew Bradley 035fea44c6 Updates sinon-chai definition and tests to support loading sinon-chai as a
chai plugin.

- usage is as follows:
    import sinonChai = require('sinon-chai');
    chai.use(sinonChai);
- Also updates the tests to compile with --noImplicitAny
2014-09-29 06:15:01 -04:00
..