chore(deps): update dependency jest to v27
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
fb3e9ef420
commit
7c2a4aff6e
@ -12,4 +12,6 @@ const babelOptions = {
|
||||
]
|
||||
};
|
||||
|
||||
module.exports = require('babel-jest').createTransformer(babelOptions);
|
||||
// TODO: is there a way to do this without a separate transform? i.e. can we
|
||||
// just use the existing config?
|
||||
module.exports = require('babel-jest').default.createTransformer(babelOptions);
|
||||
|
Reference in New Issue
Block a user