UNPKG

api-bdd-test

Version:

use the bdd(cucumber) to test the RESTfull API

14 lines (11 loc) 232 B
(function() { module.exports = function(aQuery) { var k, v; for (k in aQuery) { v = aQuery[k]; aQuery[k] = JSON.stringify(v); } return aQuery; }; }).call(this); //# sourceMappingURL=to-query.js.map