Skip to content

Commit

Permalink
feat: Get-Interpreter ( Fixes #747 )
Browse files Browse the repository at this point in the history
    Simplifying implementation
  • Loading branch information
StartAutomating authored and StartAutomating committed Feb 7, 2024
1 parent 07b3b0d commit 42641ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tests/Examples/Get-Interpreters.examples.tests.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

describe 'Get-Interpreters' {
it 'Get-Interpreters Example 1' {
Get-Interpreter
}
it 'Get-Interpreters Example 2' {
Get-Interpreter -LanguageName "JavaScript"
}
}

0 comments on commit 42641ce

Please sign in to comment.