Tests/Examples/Export-Json.examples.tests.ps1


describe 'Export-Json' {
    it 'Export-Json Example 1' {
        1..10 | Export-Json -Path .\Test.json
    }
}