6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { tap, expect } from '@push.rocks/tapbundle';
|
|
|
|
tap.test('should create a platform service', async () => {});
|
|
|
|
tap.start();
|