2024-03-19 18:37:24 +01:00
|
|
|
import { tap, expect } from '@push.rocks/tapbundle';
|
|
|
|
|
|
|
|
tap.test('should create a platform service', async () => {});
|
|
|
|
|
2025-05-07 22:06:55 +00:00
|
|
|
tap.test('stop', async () => {
|
|
|
|
await tap.stopForcefully();
|
|
|
|
});
|
|
|
|
|
|
|
|
export default tap.start();
|