2026-04-28 12:02:50 +00:00
|
|
|
import { tap } from '@git.zone/tstest/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
|
|
|
|
2026-04-28 12:02:50 +00:00
|
|
|
export default tap.start();
|