From abd6d0531d53ab7622998b2d77afa454c2f1ec04 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 1 Feb 2025 01:08:23 +0300 Subject: [PATCH] Update tvtv.us.config.js --- sites/tvtv.us/tvtv.us.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sites/tvtv.us/tvtv.us.config.js b/sites/tvtv.us/tvtv.us.config.js index 8cda8034..ac1f602c 100644 --- a/sites/tvtv.us/tvtv.us.config.js +++ b/sites/tvtv.us/tvtv.us.config.js @@ -142,6 +142,8 @@ function parseItems(content) { } function wait(ms) { + if (process.env.NODE_ENV === 'test') return + return new Promise(resolve => { setTimeout(resolve, ms) })