Update grab.test.ts

This commit is contained in:
freearhey 2023-10-14 18:53:42 +03:00
parent c49f6caabf
commit f7aa8aaab6

View file

@ -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"
},