I updated to node version 6 today and that might've broke something. I tried to get back to node 5.10 but the …
javascript node.js v8 superagentI am working on developing a REST API using ExpressJS, NodeJS, Mongoose and Mocha. The thing is that I have …
node.js express mongoose mocha.js superagentI was trying to employ superagent and cheerio to crawl data from kijiji for learning, while I got an error …
javascript node.js cheerio superagentI am trying to write a test that checks whether an API route outputs a ZIP file with the correct …
node.js zip mocha.js superagent supertestLearning TDD and my first simple test for my "Hello World" server response is failing in Mocha. I'm using Mocha.…
javascript node.js mocha.js superagent expect.jsI was trying to use Node.js supertest to test some REST API I had written. I need to send …
javascript node.js supertest superagentI'm attempting to use es6 promises with superagent. I'm attempting to call a function that has a superagent request wrapped …
ecmascript-6 superagent es6-promiseI have a problem with uploading files from client to web api. I am getting this error "Unexpected end of …
c# reactjs file-upload superagentI am trying to make a request against a php server that is constructing the url like this: website.com/?…
javascript node.js superagentI am writing a react-redux app where I am making some service calls in my middlewares using superagent. I have …
javascript reactjs redux superagent