Skip to content

Commit be8b884

Browse files
committed
Improve testing configurations
1 parent 754424b commit be8b884

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

karma.conf.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ webpackConfig.vue = {
88
}
99
}
1010

11+
// remove eslint
12+
delete webpackConfig.module.preLoaders;
13+
1114
// Karma configuration
1215
module.exports = function(config) {
1316
config.set({

test/unit/.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"globals": {
88
"expect": true
99
},
10+
"plugins": [
11+
"html"
12+
],
1013
"settings": {
1114
"import/resolver": {
1215
"node": {

0 commit comments

Comments
 (0)