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