Simon Priet e69a613a37 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.
2021-09-08 14:01:19 +02:00

56 lines
1.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module["exports"] = [
"Blue Whale",
"Fin Whale",
"Sei Whale",
"Sperm Whale",
"Brydes whale",
"Omuras whale",
"Humpback whale",
"Long-Beaked Common Dolphin",
"Short-Beaked Common Dolphin",
"Bottlenose Dolphin",
"Indo-Pacific Bottlenose Dolphin",
"Northern Rightwhale Dolphin",
"Southern Rightwhale Dolphin",
"Tucuxi",
"Costero",
"Indo-Pacific Hump-backed Dolphin",
"Chinese White Dolphin",
"Atlantic Humpbacked Dolphin",
"Atlantic Spotted Dolphin",
"Clymene Dolphin",
"Pantropical Spotted Dolphin",
"Spinner Dolphin",
"Striped Dolphin",
"Rough-Toothed Dolphin",
"Chilean Dolphin",
"Commersons Dolphin",
"Heavisides Dolphin",
"Hectors Dolphin",
"Rissos Dolphin",
"Frasers Dolphin",
"Atlantic White-Sided Dolphin",
"Dusky Dolphin",
"Hourglass Dolphin",
"Pacific White-Sided Dolphin",
"Peales Dolphin",
"White-Beaked Dolphin",
"Australian Snubfin Dolphin",
"Irrawaddy Dolphin",
"Melon-headed Whale",
"Killer Whale (Orca)",
"Pygmy Killer Whale",
"False Killer Whale",
"Long-finned Pilot Whale",
"Short-finned Pilot Whale",
"Guiana Dolphin",
"Burrunan Dolphin",
"Australian humpback Dolphin",
"Amazon River Dolphin",
"Chinese River Dolphin",
"Ganges River Dolphin",
"La Plata Dolphin",
"Southern Bottlenose Whale",
"Longman's Beaked Whale",
"Arnoux's Beaked Whale"
]