Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ananavati committed Oct 11, 2016
1 parent 8da15da commit d6f5d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test('bundle callback', function(t) {
})

test('bundle cli', function(t) {
shell.exec('./bin/electrify /fixture/sample-stats.json', function(code, stdout, stderr) {
shell.exec('./bin/electrify test/fixture/sample-stats.json', function(code, stdout, stderr) {
t.notOk(stderr, 'no error')
t.ok(stdout, 'stdout index.html')
jsdom.env(stdout, function(err, window) {
Expand Down

0 comments on commit d6f5d64

Please sign in to comment.