You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,24 @@ After that, you can run the tests via:
114
114
npm test
115
115
```
116
116
117
+
## Tips
118
+
119
+
### Use Mentoss with Jest
120
+
121
+
[Jest](https://jestjs.io) doesn't support ESM-only modules (like Mentoss) by default. You'll need to update how you call Jest in your `package.json` file to enable ESM support:
0 commit comments