mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Move testem.json into client tests directory.
This commit is contained in:
parent
a761de2079
commit
837446c570
@ -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 New Issue
Block a user