Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b3ff03

Browse files
committed
clean up test folder when no tests are used [ci skip]
1 parent 491a2cf commit 2b3ff03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ module.exports = {
122122
'tasks/vuex/**/*': 'plugins[\'vuex\']',
123123
'test/e2e/**/*': 'e2e',
124124
'test/unit/**/*': 'unit',
125+
'test/.eslintrc': 'e2e || unit',
125126
'.eslintignore': 'eslint',
126127
'.eslintrc.js': 'eslint'
127128
},

0 commit comments

Comments
 (0)