Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像ファイルのアップロードを管理するために、jQuery ファイル アップロード プラグインを使用しています。Jasmine で画像送信をテストする正しい方法は何でしょうか。
ヘルパー ライブラリ Sinon.js の使用を検討します。XMLHttpRequest オブジェクトをモックして投稿リクエストをインターセプトし、プラグイン コードが画像を正しく送信していることを確認できます。特に、Sinon.js ドキュメントの次の部分を見てください。
http://sinonjs.org/docs/#server