2024-02-17 19:24:28 +00:00
|
|
|
import { expect, expectAsync, tap } from '@push.rocks/tapbundle';
|
2024-10-02 06:01:31 +00:00
|
|
|
import * as platformclient from '../ts/index.js';
|
2024-02-17 19:24:28 +00:00
|
|
|
|
|
|
|
tap.test('first test', async () => {
|
2024-10-02 06:01:31 +00:00
|
|
|
console.log(platformclient);
|
|
|
|
});
|
2024-02-17 19:24:28 +00:00
|
|
|
|
2024-10-02 06:01:31 +00:00
|
|
|
tap.start();
|