forked from Outils-PeerTube/listener-rss-aggregator
mv index.ts to src dir
This commit is contained in:
@ -53,7 +53,7 @@ describe("test class GestionListener", function () {
|
||||
fs.unlinkSync("tests/RessourcesTest/FakeRessources/fake_save.json");
|
||||
});
|
||||
|
||||
it.only("should save the inserted objects", function (): void {
|
||||
it("should save the inserted objects", function (): void {
|
||||
// given
|
||||
const ml = new ManageListener();
|
||||
let expectedObj: ListenerRss[] = [];
|
||||
@ -292,7 +292,7 @@ describe("test class GestionListener", function () {
|
||||
path: "tests/RessourcesTest/RealRessources/save_no_history.json",
|
||||
});
|
||||
|
||||
const updateSpy = sinon.spy();
|
||||
const updateSpy = sinon.spy((obj) => console.log(obj));
|
||||
const newEntriesSpy = sinon.spy();
|
||||
|
||||
const tabChannelId = [
|
||||
|
Reference in New Issue
Block a user