From de59d3091baf129c36a3657d65e72d52cf1cd666 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Thu, 26 Sep 2024 12:53:49 -0400 Subject: [PATCH] doc: add missing `:` to `run()`'s `globPatterns` --- 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`.