Skip to content

Commit

Permalink
fix(tests): Correct link to required bin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ta2edchimp committed Mar 17, 2016
1 parent 7f96704 commit 977b631
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import test from 'ava'
test.todo('test bin later')

try {
require('./bin') // requiring now for coverage until this is tested
require('../bin') // requiring now for coverage until this is tested
} catch (error) {
// ignore the inevitable error
}


0 comments on commit 977b631

Please sign in to comment.