smartlog-destination-receiver/test/test.ts
2018-11-11 14:29:26 +01:00

9 lines
227 B
TypeScript

import { expect, tap } from '@pushrocks/tapbundle';
import * as smartlogDestinationReceiver from '../ts/index';
tap.test('first test', async () => {
console.log(smartlogDestinationReceiver.standardExport);
});
tap.start();