Hacked By AnonymousFox
<?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>
Hacked By AnonymousFox1.0, Coded By AnonymousFox