Explorar o código

README: Fix test instructions

Danilo Bargen %!s(int64=6) %!d(string=hai) anos
pai
achega
c8f0fb7f9c
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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: