fix(core): update

This commit is contained in:
2023-08-21 08:29:27 +02:00
parent 4e88c65901
commit 52ca7c298b
21 changed files with 2621 additions and 1097 deletions

View File

@ -1,4 +1,4 @@
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
import * as smartcrypto from '../ts/index.js';
let testSmartCrypto: smartcrypto.Smartcrypto;
@ -11,6 +11,6 @@ tap.test('first test', async () => {
tap.test('should create a private public keypair', async () => {
const keypair = await testSmartCrypto.createKeyPair();
console.log(keypair);
})
});
tap.start();