diff options
Diffstat (limited to 'test/locate.js')
-rw-r--r-- | test/locate.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/locate.js b/test/locate.js index 2b6a574..f9adcd7 100644 --- a/test/locate.js +++ b/test/locate.js @@ -1,7 +1,6 @@ var path = require('path'); var should = require('should'); -var Book = require('../').Book; var mock = require('./mock'); describe('Locate', function() { |