我在jest:24.9.0
没有任何配置的情况下使用,从 create-react-app 全局安装。在这些文件中,我使用了 es6 module。使用时没有错误"test": "react-scripts test"
但是,当我开始使用jest
with 时,"test": "jest --config jest.config.js",
我看到以下错误。
FAIL src/configuration/notifications.test.js
● Test suite failed to run
/var/www/management/node/src/configuration/notifications.test.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,global,jest){import notifications from './notifications';
^^^^^^
SyntaxError: Cannot use import statement outside a module