From f7aa8aaab61cd66743564204671604bbab8da4a7 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:53:42 +0300 Subject: [PATCH] Update grab.test.ts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f64fbbc..ed6bed42 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "serve": "npx serve", "lint": "npx eslint ./scripts/**/*.ts ./sites/**/*.js ./tests/**/*.ts ./tests/**/*.js", "test": "run-script-os", - "test:win32": "SET TZ=Pacific/Nauru && npx jest --runInBand", + "test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand", "test:default": "TZ=Pacific/Nauru npx jest --runInBand", "postinstall": "npm run api:load" },