feat: ✨ Created a mini nodeJS server with NewMan for testing without PostMan GUI.
This will mimic a run in a CD/CI environment or docker container.
This commit is contained in:
9
node_modules/underscore/cjs/toString.js
generated
vendored
Normal file
9
node_modules/underscore/cjs/toString.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
var value = require('./value.js');
|
||||
|
||||
// Provide an unwrapping proxy for automatic string coercion in engine
|
||||
// operations such as JSON stringification.
|
||||
function toString(wrapper) {
|
||||
return String(value(wrapper));
|
||||
}
|
||||
|
||||
module.exports = toString;
|
Reference in New Issue
Block a user