mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Accept mocha flags in node-tests task
This commit is contained in:
parent
e98ee0b428
commit
501612341c
2
Makefile
2
Makefile
@ -339,7 +339,7 @@ testjs_ci: awx/ui/static browser-tests
|
||||
|
||||
# Runs node tests via mocha without building
|
||||
node-tests:
|
||||
NODE_PATH=awx/ui/build_test $(MOCHA_BIN) --full-trace $(shell find awx/ui/build_test -name '*-test.js')
|
||||
NODE_PATH=awx/ui/build_test $(MOCHA_BIN) --full-trace $(shell find awx/ui/build_test -name '*-test.js') $(MOCHA_FLAGS)
|
||||
|
||||
# Runs browser tests using settings from `testem.yml`
|
||||
browser-tests:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user