refactor: remove duplicate

This commit is contained in:
Hadar Rottenberg 2020-02-12 10:22:36 +02:00
parent ca4b5ae016
commit e355d41f60

View File

@ -141,16 +141,6 @@ describe('SEA', function(){
});});}); });});});
}) })
/*it('DOESNT DECRYPT SCIENTIFIC NOTATION', function(done){
var pair, s, v;
SEA.pair(function(pair){
SEA.encrypt('4e2', pair, function(s){
SEA.decrypt(s, pair, function(v){
expect(400).to.be(v);
done();
});});});
})*/
it('legacy', function(done){ (async function(){ it('legacy', function(done){ (async function(){
var pw = 'test123'; var pw = 'test123';
// https://cdn.jsdelivr.net/npm/gun@0.9.99999/sea.js ! // https://cdn.jsdelivr.net/npm/gun@0.9.99999/sea.js !