Skip to content

Commit

Permalink
feat: Out-JSON ( Fixes #727 )
Browse files Browse the repository at this point in the history
    Adding Example
  • Loading branch information
StartAutomating authored and StartAutomating committed Mar 9, 2024
1 parent ad4c40b commit 1994336
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tests/Examples/Template.NamespacedObject.examples.tests.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

describe 'Template.NamespacedObject' {
it 'Template.NamespacedObject Example 1' {
Invoke-PipeScript {
My Object Precious { $IsARing = $true; $BindsThemAll = $true }
My.Precious
}
}
}

0 comments on commit 1994336

Please sign in to comment.