2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

single run by default

This commit is contained in:
Jeff Sagal
2016-03-11 23:20:55 -08:00
parent 069fc990e2
commit 94d4a33909
+1 -1
View File
@@ -15,6 +15,6 @@ module.exports = function (config) {
},
// if you want to continuously re-run tests on file-save,
// use `autoWatch: true`, otherwise use `singleRun: true`
autoWatch: true
singleRun: true
})
}