diff --git a/Gruntfile.js b/Gruntfile.js index 1c81bb8e3c..786209d918 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -317,7 +317,7 @@ var _ = require('lodash'), }, testem: { - command: path.resolve(cwd + '/node_modules/.bin/testem ci'), + command: path.resolve(cwd + '/node_modules/.bin/testem ci -f core/test/client/testem.json'), options: { stdout: true, stdin: false diff --git a/testem.json b/core/test/client/testem.json similarity index 100% rename from testem.json rename to core/test/client/testem.json