2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

add Jest suite from vue-cli-3 branch

This commit is contained in:
Jeff
2019-02-10 14:38:30 -08:00
parent 4ed24ab2e3
commit e03c642615
13 changed files with 1330 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
env: {
jest: true
},
rules: {
'import/no-extraneous-dependencies': 'off'
}
}