Closed huguangju closed 9 years ago
运行 mocha-phantomjs index.html 报错
mocha-phantomjs index.html
mocha-phantomjs 4.0.1 (当前最新版)
Error loading resource https://cdn.rawgit.com/chaijs/chai/master/chai.js (6). Details: SSL handshake failed ReferenceError: Can't find variable: chai
参见:nathanboktae/mocha-phantomjs/#173
这个地方是没有任何测试的,你的修改是跑得起来的吗? 跑得动我就合了
在mac上是没问题的,不知道在windows上有没有问题。 也可以把chai用package.json安装到本地,就不会有上边的问题了, 如何?
你这修改我大概看得懂,是关闭了 ssl 的校验。 但我发现:https://cdn.rawgit.com/chaijs/chai/master/chai.js 是可以访问的。 我先合吧
运行
mocha-phantomjs index.html
报错参见:nathanboktae/mocha-phantomjs/#173