Skip to content

Commit

Permalink
fix(test): Check dependencies before testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Sep 29, 2016
1 parent a257164 commit a1de9e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mastarm
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ commander
.option('--no-cache', 'Run Jest with cache')
.option('--coverage-paths <paths>')
.action(function (options) {
checkDependencies()
const jest = require('jest')
const config = loadConfig(process.cwd(), commander.config, commander.env)
const testUtils = require('../lib/test')
Expand Down

0 comments on commit a1de9e4

Please sign in to comment.