fix(core): update
This commit is contained in:
11
test/test.ts
11
test/test.ts
@ -1,8 +1,11 @@
|
||||
import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import * as smartjimp from '../ts/index'
|
||||
import * as smartjimp from '../ts/index';
|
||||
|
||||
let testSmartJimp: smartjimp.SmartJimp;
|
||||
|
||||
tap.test('first test', async () => {
|
||||
console.log(smartjimp.standardExport)
|
||||
})
|
||||
testSmartJimp = new smartjimp.SmartJimp();
|
||||
expect(testSmartJimp).to.be.instanceOf(smartjimp.SmartJimp);
|
||||
});
|
||||
|
||||
tap.start()
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user