Skip to content

Commit

Permalink
Update setup script path in snaps-jest README file (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz authored Jun 28, 2023
1 parent 11ee2e2 commit 53c4ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snaps-jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ matchers by adding them to your Jest configuration manually:
```js
module.exports = {
testEnvironment: '@metamask/snaps-jest',
setupFilesAfterEnv: ['@metamask/snaps-jest/dist/setup.js'],
setupFilesAfterEnv: ['@metamask/snaps-jest/dist/cjs/setup.js'],
};
```

Expand Down

0 comments on commit 53c4ebe

Please sign in to comment.