test-sdk/test/test.ts

11 lines
213 B
TypeScript

import { expect, tap } from '@pushrocks/tapbundle';
import * as testSdk from '../ts/index.js';
let testServer: testSdk.AgTestServer;
tap.test('first test', async () => {
console.log('TODO');
});
tap.start();