Move testem.json into client tests directory.

This commit is contained in:
Jason Williams 2014-12-05 14:53:45 +00:00
parent a761de2079
commit 837446c570
2 changed files with 1 additions and 1 deletions

View File

@ -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