From 90ac174c57382848a265fb928e96fb63c7de5d47 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:51:40 +0100 Subject: [PATCH] Update TEST.md --- apps/remixdesktop/TEST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remixdesktop/TEST.md b/apps/remixdesktop/TEST.md index 3258a119b2..c131291c34 100644 --- a/apps/remixdesktop/TEST.md +++ b/apps/remixdesktop/TEST.md @@ -15,7 +15,7 @@ Executables are stored in the ./release directory. Without that executable you c This is done by running ./rundist.bash -Normally when you would do a 'real' release you would package remix IDE into the distributable but for local e2e this not necessary because it will use the remix IDE that is being served. +Normally when you would do a 'real' release you would package remix IDE into the distributable but for local e2e this is not necessary because it will use the remix IDE that is being served. ``` @@ -39,7 +39,7 @@ In order to facilitate local testing nightwatch will boot the executable with th So to start testing locally - run the IDE with 'yarn serve' as you would normally do. -- build your release. You will always need to this when the Desktop app itself changes its code. +- build your release. You will always need to do this when the Desktop app itself changes its code. - ./rundist.bash - in apps/remixdesktop: - yarn build:e2e