Starting unit testing (hard work)

This commit is contained in:
Florent
2020-12-20 18:53:35 +01:00
committed by Florent F
parent 0b8719e262
commit bf55adf8da
4 changed files with 889 additions and 2 deletions

View File

@ -88,4 +88,7 @@ function rssLoop(time) {
// INIT
console.log(` --- [RSS-Youtube] Load`)
routage.log(`Load`)
rssLoop(db.config.timeLoop*60*1000)
// rssLoop(db.config.timeLoop*60*1000)
module.exports = {
rssLoop
};