Files
platformclient/test/test.ts
T

9 lines
202 B
TypeScript
Raw Normal View History

import { tap } from '@git.zone/tstest/tapbundle';
import * as platformclient from '../ts/index.js';
2024-02-17 20:24:28 +01:00
tap.test('first test', async () => {
console.log(platformclient);
});
2024-02-17 20:24:28 +01:00
export default tap.start();