From 42eff20c4fcfd1db3ada640bed15ae63d28d3b4c Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Thu, 9 Jul 2015 12:51:47 -0400 Subject: [PATCH] Use npm test for running tests --- testem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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