mv index.ts to src dir

This commit is contained in:
2021-04-10 17:42:40 +02:00
parent abce92964e
commit 533d71e85e
4 changed files with 6 additions and 5 deletions

View File

@ -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 = [