HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Program Files (x86)/WindowsPowerShell/Modules/Pester/3.4.0/Snippets/ShouldThrow.snippets.ps1xml
<?xml version='1.0' encoding='utf-8' ?>
    <Snippets  xmlns='http://schemas.microsoft.com/PowerShell/Snippets'>
        <Snippet Version='1.0.0'>
            <Header>
                <Title>Should Throw</Title>
                <Description>Add Pester Should Throw assertion</Description>
                <Shortcut>st</Shortcut> 
                <Keywords>Pipeline,ScriptBlock,Editor,Console</Keywords>
                <Author>nohwnd</Author>
                <SnippetTypes>
                    <SnippetType>Expansion</SnippetType>
                </SnippetTypes>
            </Header>

            <Code>
                <Script Language='PowerShell' CaretOffset='2'>
                    <![CDATA[{  } | Should Throw ]]>
                </Script>
            </Code>

    </Snippet>
</Snippets>