Here is an example of how you would do it with supertest module. var should ... function(done) { request.post('/your/endpoint') .field('extra_info', ...
確定! 回上一頁