From ec19910902c80f308869ab291bcbf903b688192e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 10 May 2022 19:55:41 +0300 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 135d30cd..267e26c0 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "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": "TZ=UTC npx jest --runInBand", + "test": "TZ=Pacific/Nauru npx jest --runInBand", "test:commands": "npx jest --runInBand -- commands", - "test:sites": "TZ=UTC npx jest --runInBand -- sites", + "test:sites": "TZ=Pacific/Nauru npx jest --runInBand -- sites", "act:test": "act workflow_dispatch -W .github/workflows/_test.yml", "act:check": "act workflow_dispatch -W .github/workflows/_check.yml", "act:update-readme": "act workflow_dispatch -W .github/workflows/_update-readme.yml",