You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/developer-guide/unit-tests.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This automatically starts Mocha and runs all tests in the `tests` directory. You
22
22
23
23
If you want to quickly run just one test file, you can do so by running Mocha directly and passing in the filename. For example:
24
24
25
-
npm run test:cli tests/lib/rules/no-wrap-func.js
25
+
npm run test:cli tests/lib/rules/no-undef.js
26
26
27
27
If you want to run just one or a subset of `RuleTester` test cases, add `only: true` to each test case or wrap the test case in `RuleTester.only(...)` to add it automatically:
0 commit comments