From ae82b455d1ac29d372e7dcb36971f9028aa32415 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Thu, 26 Sep 2024 15:33:31 -0400 Subject: [PATCH] doc: add missing `:` to `run()`'s `globPatterns` PR-URL: https://github.com/nodejs/node/pull/55135 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- doc/api/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/test.md b/doc/api/test.md index 99e4b452f1f561..8152e90101bd3c 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1277,7 +1277,7 @@ changes: If `false`, it would only run one test file at a time. **Default:** `false`. * `files`: {Array} An array containing the list of files to run. - **Default** matching files from [test runner execution model][]. + **Default:** matching files from [test runner execution model][]. * `forceExit`: {boolean} Configures the test runner to exit the process once all known tests have finished executing even if the event loop would otherwise remain active. **Default:** `false`.