Update babel plugins

This commit is contained in:
Sonny Bakker 2024-08-24 20:53:59 +02:00
parent c7fb545096
commit fd3bf4f542
6 changed files with 9 additions and 32 deletions

View file

@ -5,5 +5,7 @@ module.exports = {
clearMocks: true,
coverageDirectory: 'coverage',
transform: {},
transform: {
'\\.[jt]sx?$': 'babel-jest'
},
};