Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

karma-es5-shim

benqus33k0.0.4

karma-es5-shim ==============

karma, es5-shim, karma-es5-shim, karma-plugin, karma-framework

readme

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'],

    ...
};