Mocha js导入React Component意外的令牌错误

时间:2016-08-01 18:08:55

标签: javascript reactjs mocha

我正在尝试在我的测试文件中导入React组件。

import { SecondCDS } from '.\SecondCDS.js'.

我收到以下错误

C:\Users\bendind\example\node_modules\babel- core\lib\transformation\file\index.js:591  
throw err;
^

SyntaxError: C:/Users/bendind/example/app/SecondCDS.js: Unexpected token (617:17)

该行的代码是:

result.push(<CurveRow data={data.arr[i]}/>);

所以我基本上是在添加一个数组。

在使用Babel和运行我的应用程序进行转换时,我没有收到上述错误。

虽然,我现在面对摩卡的问题。

非常感谢任何帮助。

0 个答案:

没有答案