Kaynağa Gözat

README: Fix test instructions

Danilo Bargen 6 yıl önce
ebeveyn
işleme
c8f0fb7f9c
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  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: