Merge branch 'master' of github.com:zenorocha/clipboard.js into feature-prettier

* 'master' of github.com:zenorocha/clipboard.js:
  Update dev dependencies.
This commit is contained in:
vitormalencar
2021-01-20 17:26:47 +01:00
5 changed files with 512 additions and 19243 deletions

View File

@@ -10,9 +10,12 @@ module.exports = function (karma) {
"karma-chrome-launcher",
],
frameworks: ["chai", "sinon", "mocha"],
frameworks: ["chai", "sinon", "mocha", "webpack"],
files: ["src/**/*.js", "test/**/*.js"],
files: [
{ pattern: "src/**/*.js", watched: false },
{ pattern: "test/**/*.js", watched: false },
],
preprocessors: {
"src/**/*.js": ["webpack"],