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/It.snippets.ps1xml
<?xml version='1.0' encoding='utf-8' ?>
<Snippets  xmlns='http://schemas.microsoft.com/PowerShell/Snippets'>
    <Snippet Version='1.0.0'>
        <Header>
            <Title>It</Title>
            <Description>Add empty Pester It block</Description>
            <Shortcut>it</Shortcut> 
            <Author>nohwnd</Author>
            <Language>PowerShell</Language>
            <SnippetTypes>
                <SnippetType>Expansion</SnippetType>
            </SnippetTypes>
        </Header>

        <Code>
            <Script Language='PowerShell' CaretOffset='4'>
                <![CDATA[It '' {
    
}]]>
            </Script>
        </Code>
    </Snippet>
</Snippets>