bodyno / react-starter-kit

Start your first React App. By using React, Redux, and React-Router.

Home Page:https://github.com/bodyno/react-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

用yarn安装phantomjs-prebuilt 运行test报错

joket1999 opened this issue · comments

报错:Path must be a string. Received null
解决方法:用yarn安装所有依赖后,再用npm 重新安装phantomjs-prebuilt,运行yarn test 或者 npm run test就可以了
参考:karma-runner/karma-phantomjs-launcher#120