mirror of
https://github.com/amark/gun.git
synced 2025-06-24 23:12:32 +00:00
refactor: remove duplicate
This commit is contained in:
parent
ca4b5ae016
commit
e355d41f60
@ -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(){
|
||||
var pw = 'test123';
|
||||
// https://cdn.jsdelivr.net/npm/gun@0.9.99999/sea.js !
|
||||
|
Loading…
x
Reference in New Issue
Block a user