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