Commit Graph
7 Commits
Author SHA1 Message Date
Andrew Bradley ddc41566fd Fixes bug in grunt definitions
Removes `pkg` property from `IProjectConfig` interface (the config object passed to `grunt.initConfig`) because it is not necessary; it is merely a commonly-used convention.
2014-12-10 15:25:58 -05:00
Andrew Bradley 1d556e1d7c Modified Mousetrap definition to allow Mousetrap to be loaded as an
external module.

- tests are also updated to test loading as an external module
- mousetrap exports itself as an AMD module when an AMD define function is
  present
2014-11-06 01:39:49 -05:00
Andrew Bradley a0e56c27e7 Adds definitions and tests for the Mousetrap global-bind extension 2014-11-06 01:17:54 -05:00
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
Andrew Bradley 80dea1ec41 Eliminate implicit any in "xpath" tests. 2014-08-31 01:03:59 -04:00
Andrew Bradley 495675e550 Add "xpath" definition to CONTRIBUTORS list 2014-08-31 00:54:15 -04:00
Andrew Bradley 60715c8fb7 Add definition and tests for "xpath" npm module. 2014-08-31 00:54:09 -04:00