From 1b7657bf0cdb0b5b716e2b96982f90695bd130c0 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 1 Aug 2024 11:35:55 +0300 Subject: [PATCH] readme fix --- frontend/test/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/test/README.md b/frontend/test/README.md index cdbe369421..7561984e97 100644 --- a/frontend/test/README.md +++ b/frontend/test/README.md @@ -12,7 +12,7 @@ npx jasmine-browser-runner serve --config=frontend/test/jasmine-browser.json Requires *Chromedriver*. -Run `grunt internal` before running tests to build a lib bundle. Then run `grunt transpile` after changes in -source files, before running tests. +Run `grunt internal` before running tests to build a lib bundle. Then, run `grunt transpile` each time after changes in +source files, before running the tests. -To test a module that is not in the bundle add it to the `srcFiles` parameter in the `jasmine-browser.json`. +To test a module that is not in the bundle, add it to the `srcFiles` parameter in the `jasmine-browser.json`.