We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6801d01 commit f95265dCopy full SHA for f95265d
README.md
@@ -146,7 +146,13 @@ module.exports = require('@hover/javascript/prettier')
146
147
Or, for Jest in `jest.config.js`:
148
149
-> ℹ️ If **ts-jest** is installed, it will automatically be used as the `preset`
+> ⚠️ Starting with
150
+> [**7.0**](https://github.com/hoverinc/hover-javascript/releases/tag/v7.0.0),
151
+> the default Jest `transform` is
152
+> [**@swc-node/jest**](https://github.com/swc-project/swc-node/#swc-nodejest).
153
+> If you want to continue using
154
+> [**ts-jest**](https://kulshekhar.github.io/ts-jest/), simpy install `ts-jest`
155
+> in your project and it will automatically be used as the `transform` instead.
156
157
```js
158
const config = require('@hover/javascript/jest')
0 commit comments