mailgun/test/test.ts
2019-10-23 19:27:42 +02:00

9 lines
187 B
TypeScript

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