Skip to content

Commit

Permalink
Update addon-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOchoa committed Nov 6, 2014
1 parent d6a4ae5 commit b6fa9d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node-tests/unit/addon-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ describe('Addon', function() {
expectWithConfig({locationType: 'auto'}).to.throw(Error);
});
it('should not throw an error', function() {
var baseConfig = {locationType: 'hash'};
expectWithConfig({locationType: 'hash'}).to.not.throw(Error);
});
it('should not throw an error on test', function() {
Expand Down

0 comments on commit b6fa9d4

Please sign in to comment.