Преглед на файлове

README: Fix test instructions

Danilo Bargen преди 6 години
родител
ревизия
c8f0fb7f9c
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -66,17 +66,17 @@ Web on a server, please follow the instructions at
 
 To run unit tests:
 
-    npm run build && npm run build:tests
+    npm run build && npm run build:unittests
     firefox tests/testsuite.html
 
 To run UI tests:
 
-    npm run test:unittests <browser>
+    npm run test:uitests <browser>
 
 For example:
 
-    npm run test:unittests firefox
-    npm run test:unittests chromium:headless
+    npm run test:uitests firefox
+    npm run test:uitests chromium:headless
 
 To run linting checks: