platformservice/test/test.ts
2024-03-19 18:37:24 +01:00

6 lines
130 B
TypeScript

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