Set BABEL_ENV in test-js command
This commit is contained in:
parent
a7eaa83920
commit
c9b47f552c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -60,7 +60,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 npm run test)
|
||||
(cd frontend && env NODE_ENV=development BABEL_ENV=test npm run test)
|
||||
test-chromium:
|
||||
$(info Running JS acceptance tests in Chrome...)
|
||||
(cd frontend && npm run test-chromium)
|
||||
|
|
Loading…
Reference in a new issue