fix(core): update
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user