mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user