فهرست منبع

HUE-9090 [docs] Add details on running specific js test files to the docs

Johan Ahlen 6 سال پیش
والد
کامیت
96801be962
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      docs/docs-site/content/developer/development/_index.md

+ 4 - 0
docs/docs-site/content/developer/development/_index.md

@@ -564,6 +564,10 @@ Run all the tests once with:
 
     npm run test
 
+Run tests from a specific file once:
+
+    npm run test -- foo.test.js
+
 To run the tests in watch mode:
 
     npm run test-dev