mailgun/test/test.ts

9 lines
187 B
TypeScript
Raw Normal View History

2019-10-23 17:27:42 +00:00
import { expect, tap } from '@pushrocks/tapbundle';
import * as mailgun from '../ts/index';
tap.test('first test', async () => {
console.log(mailgun.standardExport);
});
tap.start();