浏览代码

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: