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:
Simon Priet
2021-09-08 14:01:19 +02:00
parent 5fbd7c88fa
commit e69a613a37
5610 changed files with 740417 additions and 3 deletions

View File

@@ -0,0 +1,99 @@
module["exports"] = [
"392",
"510",
"512",
"522",
"562",
"564",
"592",
"594",
"800",
"811",
"822",
"850",
"888",
"898",
"900",
"322",
"416",
"272",
"472",
"382",
"358",
"312",
"242",
"478",
"466",
"256",
"266",
"378",
"488",
"458",
"228",
"426",
"434",
"374",
"248",
"224",
"286",
"376",
"364",
"258",
"412",
"380",
"284",
"424",
"446",
"442",
"222",
"342",
"454",
"456",
"438",
"326",
"476",
"246",
"216",
"212",
"232",
"344",
"370",
"338",
"474",
"366",
"352",
"318",
"288",
"386",
"348",
"262",
"332",
"274",
"422",
"236",
"482",
"324",
"252",
"436",
"384",
"388",
"452",
"328",
"464",
"264",
"362",
"484",
"368",
"346",
"414",
"486",
"282",
"356",
"462",
"428",
"276",
"432",
"226",
"354",
"372"
];

View File

@@ -0,0 +1,4 @@
module["exports"] = [
"+90-###-###-##-##",
"+90-###-###-#-###"
];

View File

@@ -0,0 +1,4 @@
var phone_number = {};
module['exports'] = phone_number;
phone_number.area_code = require("./area_code");
phone_number.formats = require("./formats");