2019-10-01 12:11:20 +00:00
|
|
|
import { expect, tap } from '@pushrocks/tapbundle';
|
2019-10-01 12:22:21 +00:00
|
|
|
import * as smartcrypto from '../ts/index';
|
2019-10-01 12:11:20 +00:00
|
|
|
|
|
|
|
tap.test('first test', async () => {
|
2019-10-01 12:22:21 +00:00
|
|
|
console.log('hi');
|
|
|
|
});
|
2019-10-01 12:11:20 +00:00
|
|
|
|
2019-10-01 12:22:21 +00:00
|
|
|
tap.start();
|