2020-07-04 15:22:44 +00:00
|
|
|
import { expect, tap } from '@pushrocks/tapbundle';
|
2023-03-20 13:23:33 +00:00
|
|
|
import * as testSdk from '../ts/index.js';
|
2020-07-04 15:22:44 +00:00
|
|
|
|
2020-07-05 17:53:49 +00:00
|
|
|
let testServer: testSdk.AgTestServer;
|
|
|
|
|
2020-07-04 15:22:44 +00:00
|
|
|
tap.test('first test', async () => {
|
2020-07-05 17:53:49 +00:00
|
|
|
console.log('TODO');
|
2020-07-04 15:22:44 +00:00
|
|
|
});
|
|
|
|
|
|
|
|
tap.start();
|