fix(core): initial
This commit is contained in:
9
test/test.ts
Normal file
9
test/test.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import * as smartmail from '../ts/index';
|
||||
|
||||
tap.test('first test', async () => {
|
||||
const testSmartmail = new smartmail.Smartmail();
|
||||
expect(testSmartmail).to.be.instanceof(smartmail.Smartmail);
|
||||
});
|
||||
|
||||
tap.start();
|
Reference in New Issue
Block a user