diff --git a/testem.yml b/testem.yml index 0c74994e1d..913cd51282 100644 --- a/testem.yml +++ b/testem.yml @@ -27,4 +27,4 @@ launch_in_ci: - PhantomJS launchers: Mocha: - command: NODE_PATH=awx/ui/dist/node-tests ./node_modules/.bin/mocha $(find awx/ui/dist/node-tests/tests/ -name '*-test.js') + command: npm test