From 83353e3e84a20ef8302566cbc2b9b0d22db58835 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 7 Nov 2024 09:52:25 -0500 Subject: [PATCH] Simpler, more accurate test file --- docs-next/src/content/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-next/src/content/docs/getting-started.mdx b/docs-next/src/content/docs/getting-started.mdx index 91704da6fb..d5f4d0e812 100644 --- a/docs-next/src/content/docs/getting-started.mdx +++ b/docs-next/src/content/docs/getting-started.mdx @@ -17,7 +17,7 @@ As of v10.0.0, Mocha requires [Node.js](https://nodejs.org) v14.0.0 or newer. ## 2. Test File -Create the following `example.test.js` file anywhere in your project's source code, such as in a new `test/` directory: +Create the following `example.test.js` file under a `test/` directory: ```js // test/example.test.js