platformservice/test/test.ts

6 lines
130 B
TypeScript
Raw Normal View History

2024-03-19 17:37:24 +00:00
import { tap, expect } from '@push.rocks/tapbundle';
tap.test('should create a platform service', async () => {});
tap.start();