I have a React project on Windows 10. Here is package.json file.
... "scripts": { ... "test": "TZ=utc jest --silent" ... } ...