From 5e45a53530f3a53c397545fc912ad4dfdd54f894 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 10 May 2022 19:52:19 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23ef3f09..135d30cd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "api:update": "node scripts/commands/api/update.js", "api:load": "mkdir -p scripts/data && curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json && curl -L -o scripts/data/countries.json https://iptv-org.github.io/api/countries.json", "readme:update": "node scripts/commands/readme/update.js", - "test": "npx jest --runInBand", + "test": "TZ=UTC npx jest --runInBand", "test:commands": "npx jest --runInBand -- commands", "test:sites": "TZ=UTC npx jest --runInBand -- sites", "act:test": "act workflow_dispatch -W .github/workflows/_test.yml",