Skip to content

Commit

Permalink
Simpler, more accurate test file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 7, 2024
1 parent be6316b commit 83353e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-next/src/content/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83353e3

Please sign in to comment.