fix(core): update
This commit is contained in:
@ -8,4 +8,9 @@ tap.test('first test', async () => {
|
||||
expect(testSmartCrypto).toBeInstanceOf(smartcrypto.Smartcrypto);
|
||||
});
|
||||
|
||||
tap.test('should create a private public keypair', async () => {
|
||||
const keypair = await testSmartCrypto.createKeyPair();
|
||||
console.log(keypair);
|
||||
})
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user