Frontend: set UTC timezone for tests
Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
This commit is contained in:
parent
3e8bf2d618
commit
51fdd2303f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -228,7 +228,7 @@ watch-js:
|
|||
(cd frontend && env NODE_ENV=development npm run watch)
|
||||
test-js:
|
||||
$(info Running JS unit tests...)
|
||||
(cd frontend && env NODE_ENV=development BABEL_ENV=test npm run test)
|
||||
(cd frontend && env TZ=UTC NODE_ENV=development BABEL_ENV=test npm run test)
|
||||
acceptance:
|
||||
$(info Running public-mode tests in 'chromium:headless'...)
|
||||
(cd frontend && npm run testcafe -- chrome:headless --test-grep "^(Common|Core)\:*" --test-meta mode=public --config-file ./testcaferc.json "tests/acceptance")
|
||||
|
|
Loading…
Reference in a new issue