Skip to content

Commit

Permalink
update path to better reflect actual use
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Holt Smith committed May 19, 2023
1 parent 55d8d02 commit 3a1dd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aft-jest-reporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using this `Reporter` requires either calling the `jest` command with the follow
module.exports = {
reporters: [
'default',
["<rootDir>/dist/src/aft-jest-reporter.js", { useReporter: true }]
["<rootDir>/node_modules/aft-jest-reporter/dist/src/aft-jest-reporter.js", { useReporter: true }]
]
};
```
Expand Down

0 comments on commit 3a1dd8e

Please sign in to comment.