Skip to content

Commit

Permalink
fix: README, js not cjs for mocha reporter import (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Aug 14, 2024
1 parent b659a5f commit ea233ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ this package.
```js
module.exports = {
spec: 'test/*.test.js',
reporter: 'd2l-test-reporting/reporters/mocha.cjs',
reporter: 'd2l-test-reporting/reporters/mocha.js',
reporterOptions: [
'reportPath=./d2l-test-report.json', // optional
'reportConfigurationPath=./d2l-test-reporting.config.json' // optional
Expand Down

0 comments on commit ea233ea

Please sign in to comment.