dcrouter/test/test.ts

10 lines
216 B
TypeScript

import { tap, expect } from '@git.zone/tstest/tapbundle';
tap.test('should create a platform service', async () => {});
tap.test('stop', async () => {
await tap.stopForcefully();
});
export default tap.start();