chore(deps): update dependency jest to v27

This commit is contained in:
Renovate Bot
2021-07-06 10:28:51 +00:00
committed by Mrugesh Mohapatra
parent fb3e9ef420
commit 7c2a4aff6e
8 changed files with 2911 additions and 2402 deletions

View File

@ -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);