Skip to content

Commit

Permalink
Changed require statement to require the root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tqn committed Feb 22, 2016
1 parent f2b339d commit f3e6768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
expect = require('chai').expect
Promise = require 'bluebird'

Crawler = require '../bin/crawler'
Crawler = require '../'

URL = 'https://www.google.com/'

Expand Down

0 comments on commit f3e6768

Please sign in to comment.