jsdom.env({
html: "<html><body></body></html>",
scripts: [
//'http://code.jquery.com/jquery-1.5.min.js'
'http://server.local:3000/jquery/jquery.min.js'
]
}, function (err, window) {
スクリプトは 'http://server.local:3000/jquery/jquery.min.js' (ブラウザを使用して利用可能) です jquery.min.js は jquery-1.5.min.js のコピーです
スクリプトが「http://code.jquery.com/jquery-1.5.min.js」の場合 - すべて動作します。
なにが問題ですか?