add "ECKey" to Key test so grepping is easier
This commit is contained in:
parent
ac4d3186bf
commit
9ca869b95b
|
@ -10,7 +10,7 @@ var Key = bitcore.Key;
|
||||||
var Point = bitcore.Point;
|
var Point = bitcore.Point;
|
||||||
var bignum = bitcore.Bignum;
|
var bignum = bitcore.Bignum;
|
||||||
|
|
||||||
describe('Key', function() {
|
describe('Key (ECKey)', function() {
|
||||||
it('should initialize the main object', function() {
|
it('should initialize the main object', function() {
|
||||||
should.exist(Key);
|
should.exist(Key);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue