diff --git a/test/masto-feed-parser.test.js b/test/masto-feed-parser.test.js index 10bf62d..7b0e28e 100644 --- a/test/masto-feed-parser.test.js +++ b/test/masto-feed-parser.test.js @@ -26,6 +26,7 @@ describe("mastodon feed parser tests", () => { let dir = await fsp.readdir(`${dumpdir}/2021/02`, { withFileTypes: true }) expect(dir.length).toBe(8) dir = await fsp.readdir(`${dumpdir}/2021/03`, { withFileTypes: true }) + console.log(dir) expect(dir.length).toBe(4) })