Merge pull request #15827 from strapi/chore/jest-swc-target-2020

Chore: Bump swc jsc.target to es2020
This commit is contained in:
Gustav Hansen 2023-02-15 17:33:25 +01:00 committed by GitHub
commit 13028d52d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,8 @@ module.exports = {
jsx: true,
dynamicImport: true,
},
// this should match the minimum supported node.js version
target: 'es2020',
},
},
],