PowerShell/test/powershell/SDK/assets/TestJson.json
James Truher 1e1c4b7dc0 Restructure of pester test layout
This restructuring moves tests to a directory name which matches the module
in which the cmdlet resides which should improve the discoverability of a
specific test.
For tests which are not about cmdlets in a module, new directories have been
created to make those tests easier to find as well
2016-06-29 12:05:41 -07:00

15 lines
341 B
JSON

{
"Name": "Zaphod Beeblebrox",
"Planet": "Betelgeuse",
"Appendages": {
"Heads": 2,
"Arms": 3
},
"Achievements": [
"Invented the Pan Galactic Gargle Blaster",
"Worst Dressed Sentient Being in the Known Universe",
"The best Bang since the Big One",
"One hoopy frood"
]
}