How to use the @open-wc/testing-karma/es5-settings.js function in @open-wc/testing-karma

To help you get started, we’ve selected a few @open-wc/testing-karma examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github open-wc / open-wc / packages / testing-karma-bs / demo / karma.es5.config.js View on Github external
module.exports = config => {
  config.set(merge(es5Settings(config), karmaConf(config)));
  return config;
};
github open-wc / open-wc / packages / create / src / generators / testing-karma / templates / static / karma.es5.config.js View on Github external
module.exports = config => {
  config.set(merge(es5Settings(config), karmaConf(config)));
  return config;
};
github open-wc / open-wc-starter-app / karma.es5.config.js View on Github external
module.exports = config => {
  config.set(merge(es5Settings(config), karmaConf(config)));
  return config;
};
github zazuko / openlayers-elements / karma.es5.config.js View on Github external
module.exports = config => {
  config.set(merge(es5Settings(config), karmaConf(config), {
    files: [
      {
        pattern: 'test/_polyfills.js'
      }
    ]
  }));
  return config;
};

@open-wc/testing-karma

Testing with karma following open-wc recommendations

MIT
Latest version published 4 years ago

Package Health Score

67 / 100
Full package analysis