CI: Remove tab char from test-js in Makefile

This commit is contained in:
Michael Mayer 2022-02-19 19:04:45 +01:00
parent 24499dcc47
commit 947f7a5785

View File

@ -176,7 +176,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 NODE_ENV=development BABEL_ENV=test npm run test)
acceptance:
$(info Running JS acceptance tests in Chrome...)
(cd frontend && npm run acceptance && cd ..)