Fix the problem that occurs by grunt coverage (#1537)

This commit is contained in:
Kazuki Nakanishi 2018-01-05 23:22:49 +09:00 committed by Nick O'Leary
parent a868cb97d9
commit ff8773f6bd
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ exports.config = {
// directory is where your package.json resides, so `wdio` will be called from there.
//
specs: [
'./test/editor/**/*_spec.js'
'./test/editor/**/*_uispec.js'
],
// Patterns to exclude.
exclude: [