Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sandra (neko) <[email protected]>
  • Loading branch information
juan-fernandez and neko-dd authored Dec 10, 2024
1 parent 3e0d886 commit aaeaa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/tests/setup/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Just like tags, you can add custom measures to your tests by using the current a

For more information about custom measures, see the [Add Custom Measures Guide][2].

### Mocha ES modules
### Mocha ECMAScript modules (ESM)

Check warning on line 129 in content/en/tests/setup/javascript.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Mocha ECMAScript modules (ESM)' should use sentence-style capitalization.
[Mocha >=9.0.0][3] uses an ESM-first approach to load test files. Set `NODE_OPTIONS` to `-r dd-trace/ci/init --import dd-trace/register.js` to get full visibility into your tests. See [`dd-trace-js` ESM support][4] for more information.


Expand Down

0 comments on commit aaeaa65

Please sign in to comment.