File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,13 @@ module.exports = require('@hover/javascript/prettier')
146
146
147
147
Or, for Jest in ` jest.config.js ` :
148
148
149
- > ℹ️ If ** ts-jest** is installed, it will automatically be used as the ` preset `
149
+ > ⚠️ 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.
150
156
151
157
``` js
152
158
const config = require (' @hover/javascript/jest' )
You can’t perform that action at this time.
0 commit comments