mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #4587 from jaswilli/testem
Move testem.json into client tests directory.
This commit is contained in:
commit
fd79678f32
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue