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:
18
node_modules/faker/lib/locales/ne/address/city.js
generated
vendored
Normal file
18
node_modules/faker/lib/locales/ne/address/city.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
module["exports"] = [
|
||||
"Bhaktapur",
|
||||
"Biratnagar",
|
||||
"Birendranagar",
|
||||
"Birgunj",
|
||||
"Butwal",
|
||||
"Damak",
|
||||
"Dharan",
|
||||
"Gaur",
|
||||
"Gorkha",
|
||||
"Hetauda",
|
||||
"Itahari",
|
||||
"Janakpur",
|
||||
"Kathmandu",
|
||||
"Lahan",
|
||||
"Nepalgunj",
|
||||
"Pokhara"
|
||||
];
|
3
node_modules/faker/lib/locales/ne/address/default_country.js
generated
vendored
Normal file
3
node_modules/faker/lib/locales/ne/address/default_country.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module["exports"] = [
|
||||
"Nepal"
|
||||
];
|
6
node_modules/faker/lib/locales/ne/address/index.js
generated
vendored
Normal file
6
node_modules/faker/lib/locales/ne/address/index.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
var address = {};
|
||||
module['exports'] = address;
|
||||
address.postcode = require("./postcode");
|
||||
address.state = require("./state");
|
||||
address.city = require("./city");
|
||||
address.default_country = require("./default_country");
|
3
node_modules/faker/lib/locales/ne/address/postcode.js
generated
vendored
Normal file
3
node_modules/faker/lib/locales/ne/address/postcode.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module["exports"] = [
|
||||
0
|
||||
];
|
55
node_modules/faker/lib/locales/ne/address/state.js
generated
vendored
Normal file
55
node_modules/faker/lib/locales/ne/address/state.js
generated
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
module["exports"] = [
|
||||
"Baglung",
|
||||
"Banke",
|
||||
"Bara",
|
||||
"Bardiya",
|
||||
"Bhaktapur",
|
||||
"Bhojupu",
|
||||
"Chitwan",
|
||||
"Dailekh",
|
||||
"Dang",
|
||||
"Dhading",
|
||||
"Dhankuta",
|
||||
"Dhanusa",
|
||||
"Dolakha",
|
||||
"Dolpha",
|
||||
"Gorkha",
|
||||
"Gulmi",
|
||||
"Humla",
|
||||
"Ilam",
|
||||
"Jajarkot",
|
||||
"Jhapa",
|
||||
"Jumla",
|
||||
"Kabhrepalanchok",
|
||||
"Kalikot",
|
||||
"Kapilvastu",
|
||||
"Kaski",
|
||||
"Kathmandu",
|
||||
"Lalitpur",
|
||||
"Lamjung",
|
||||
"Manang",
|
||||
"Mohottari",
|
||||
"Morang",
|
||||
"Mugu",
|
||||
"Mustang",
|
||||
"Myagdi",
|
||||
"Nawalparasi",
|
||||
"Nuwakot",
|
||||
"Palpa",
|
||||
"Parbat",
|
||||
"Parsa",
|
||||
"Ramechhap",
|
||||
"Rauswa",
|
||||
"Rautahat",
|
||||
"Rolpa",
|
||||
"Rupandehi",
|
||||
"Sankhuwasabha",
|
||||
"Sarlahi",
|
||||
"Sindhuli",
|
||||
"Sindhupalchok",
|
||||
"Sunsari",
|
||||
"Surket",
|
||||
"Syangja",
|
||||
"Tanahu",
|
||||
"Terhathum"
|
||||
];
|
Reference in New Issue
Block a user