PowerShell/test/powershell/assets/TestJson.json
Andrew Schwartzmeyer bbebf2f76a Reorganize tests
- Pester source code moved to `test/Pester`, deleted `ext-src`.
- Pester tests (.ps1 files) moved to `test/powershell`
- xUnit tests (.cs files) moved to `test/csharp`
- Third-party script test moved to `test/shebang`
2016-01-14 17:00:06 -08: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"
]
}