Skip to content

Commit

Permalink
removed assert
Browse files Browse the repository at this point in the history
  • Loading branch information
hortinstein committed Nov 12, 2015
1 parent aa9615f commit a77237c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ require('buffer');
///http://bulkan-evcimen.com/using_mockery_to_mock_modules_nodejs.html
//this should be an effective way to mock functions
var should = require('should');
var assert = require('assert');
var mockery = require('mockery'); // https://github.com/nathanmacinnes/injectr
var events = require('events');
var hex = '8f:3f:20:33:54:44';
Expand Down Expand Up @@ -115,4 +114,4 @@ startTests = function() {
}
});
};
startTests();
startTests();

0 comments on commit a77237c

Please sign in to comment.