add "ECKey" to Key test so grepping is easier

This commit is contained in:
Ryan X. Charles 2014-07-05 16:08:12 -07:00
parent ac4d3186bf
commit 9ca869b95b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ var Key = bitcore.Key;
var Point = bitcore.Point;
var bignum = bitcore.Bignum;
describe('Key', function() {
describe('Key (ECKey)', function() {
it('should initialize the main object', function() {
should.exist(Key);
});