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