chore: update feed dependency to version 5.1.0 and adjust import paths for consistency
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { expect, tap } from '@git.zone/tstest/tapbundle';
|
||||
import * as smartfeed from '../ts/index';
|
||||
import * as smartfeed from '../ts/index.js';
|
||||
|
||||
let testSmartFeed: smartfeed.Smartfeed;
|
||||
|
||||
tap.test('should create a feedVersion', async () => {
|
||||
testSmartFeed = new smartfeed.Smartfeed();
|
||||
expect(testSmartFeed).to.be.instanceOf(smartfeed.Smartfeed);
|
||||
expect(testSmartFeed).toBeInstanceOf(smartfeed.Smartfeed);
|
||||
});
|
||||
|
||||
tap.test('should create a feed', async () => {
|
||||
|
||||
Reference in New Issue
Block a user