summaryrefslogtreecommitdiff
path: root/TESTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING.rst')
-rw-r--r--TESTING.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/TESTING.rst b/TESTING.rst
index 24da82da9..f4172755b 100644
--- a/TESTING.rst
+++ b/TESTING.rst
@@ -38,11 +38,15 @@ As of zuul v3, a running zookeeper is required to execute tests.
*Install javascript dependencies*::
+ pushd web
yarn install
+ popd
*Build javascript assets*::
- npm run build:dev
+ pushd web
+ yarn build
+ popd
Run The Tests
-------------