smartlog-destination-file/test/test.ts

9 lines
221 B
TypeScript
Raw Permalink Normal View History

2020-06-13 10:43:02 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as smartfileDestinationFile from '../ts/index';
tap.test('first test', async () => {
console.log(smartfileDestinationFile.standardExport);
});
tap.start();