JEST with Angular SyntaxError: Unexpected token 'export'

JEST with Angular SyntaxError: Unexpected token 'export'

ProjectDir\node_modules\lodash-es\lodash.js:10 export { default as add } from './add.js'; ^^^^^^

语法错误:意外的标记'export' 在 Runtime.createScriptFromCode (../../node_modules/jest-runtime/build/index.js:1728:14) 在对象。 (../../node_modules/ng2-charts/fesm2015/ng2-charts.mjs:5:23)

我按照下面的 link 进行了一些修改,设法解决了这个错误,但解决我的问题的方法是将以下配置添加到“jset.config.js”文件:

moduleNameMapper: {
  "lodash-es": "lodash",
}