smartlog-context/test/test.ts
2018-11-26 02:34:03 +01:00

9 lines
203 B
TypeScript

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