dvdzkwsk / react-redux-starter-kit

Get started with React, Redux, and React-Router.
MIT License
10.28k stars 2.2k forks source link

Error while running test #1315

Open TeodorKolev opened 7 years ago

TeodorKolev commented 7 years ago

I have error while running all tests with mocha on webstorm.

(function (exports, require, module, __filename, __dirname) { import React from 'react'
                                                              ^^^^^^
SyntaxError: Unexpected token import

How can I fix that?