import { tap, expect } from '@push.rocks/tapbundle';

tap.test('should create a platform service', async () => {});

tap.start();