相关疑难解决方法(0)

Jest - SyntaxError: 不能在模块外使用 import 语句

我在jest:24.9.0没有任何配置的情况下使用,从 create-react-app 全局安装。在这些文件中,我使用了 es6 模块。使用时没有错误"test": "react-scripts test"

但是,当我开始使用jestwith 时,"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
Run Code Online (Sandbox Code Playgroud)

javascript reactjs jestjs create-react-app

13
推荐指数
2
解决办法
4432
查看次数

标签 统计

create-react-app ×1

javascript ×1

jestjs ×1

reactjs ×1