2019-09-30 17:08:00 +00:00
|
|
|
import { expect, tap } from '@pushrocks/tapbundle';
|
2019-10-02 09:36:40 +00:00
|
|
|
import * as smartpersona from '../ts/index';
|
2019-09-30 17:08:00 +00:00
|
|
|
|
|
|
|
tap.test('first test', async () => {
|
2019-10-02 09:36:40 +00:00
|
|
|
smartpersona.Company;
|
2019-09-30 17:08:00 +00:00
|
|
|
})
|
|
|
|
|
2019-10-02 09:36:40 +00:00
|
|
|
tap.start();
|