smartlog-context/test/test.ts

9 lines
203 B
TypeScript
Raw Normal View History

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