CI: Remove tab char from test-js in Makefile
This commit is contained in:
parent
24499dcc47
commit
947f7a5785
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -176,7 +176,7 @@ watch-js:
|
||||||
(cd frontend && env NODE_ENV=development npm run watch)
|
(cd frontend && env NODE_ENV=development npm run watch)
|
||||||
test-js:
|
test-js:
|
||||||
$(info Running JS unit tests...)
|
$(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:
|
acceptance:
|
||||||
$(info Running JS acceptance tests in Chrome...)
|
$(info Running JS acceptance tests in Chrome...)
|
||||||
(cd frontend && npm run acceptance && cd ..)
|
(cd frontend && npm run acceptance && cd ..)
|
||||||
|
|
Loading…
Reference in a new issue