Skip to content

Commit

Permalink
Move testem.json into client tests directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswilli committed Dec 5, 2014
1 parent a761de2 commit 837446c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 837446c

Please sign in to comment.