dcrouter/test/test.ts

10 lines
216 B
TypeScript
Raw Permalink Normal View History

import { tap, expect } from '@git.zone/tstest/tapbundle';
2024-03-19 18:37:24 +01:00
tap.test('should create a platform service', async () => {});
tap.test('stop', async () => {
await tap.stopForcefully();
});
export default tap.start();