From 42a8653e39e72344b20a1a27c038bda02f1e82ea Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Fri, 6 Aug 2021 18:22:30 -0700 Subject: [PATCH] Mention building browser integration test code --- test/integration/browser/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/browser/README.md b/test/integration/browser/README.md index 10a55f7de17..84591d687b2 100644 --- a/test/integration/browser/README.md +++ b/test/integration/browser/README.md @@ -2,9 +2,10 @@ ## Compile -Make sure to run the following command to compile and install dependencies: +Make sure to run the following commands to compile and install dependencies: yarn --cwd test/integration/browser + yarn --cwd test/integration/browser compile ## Run (inside Electron)