alsotang / node-lessons

:closed_book:《Node.js 包教不包会》 by alsotang
16.54k stars 4.7k forks source link

https://cdn.rawgit.com/chaijs/chai/master/chai.js 有报错 #133

Open kuacoco opened 7 years ago

kuacoco commented 7 years ago

➜ mocha-phantomjs index.html --ssl-protocol=any --ignore-ssl-errors=true TypeError: 'undefined' is not an object (evaluating 'Object.getOwnPropertyDescriptor(testFn, name).configurable')

at https://cdn.rawgit.com/chaijs/chai/master/chai.js:7149

自行解决方案:使用npm安装最新chai

gruad commented 7 years ago

解惑