smartlog-destination-receiver/test/test.ts

9 lines
227 B
TypeScript
Raw Normal View History

2018-11-11 13:29:26 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartlogDestinationReceiver from '../ts/index';
tap.test('first test', async () => {
console.log(smartlogDestinationReceiver.standardExport);
});
tap.start();