0.0.4 • Published 9 years ago

karma-es5-shim v0.0.4

Weekly downloads
5,065
License
-
Repository
github
Last release
9 years ago

karma-es5-shim

ES5 shim & sham for Karma

Installation:

npm install karma-es5-shim [--save[-dev]]

Include it in your configuration file

module.exports = {
    ...

    // frameworks to use
    // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
    frameworks: ['mocha', 'requirejs', 'es5-shim', 'sinon-chai'],

    ...
};