Commands/Test-PowerShellModulePackaging.ps1

# Copyright Subatomix Research Inc.
# SPDX-License-Identifier: MIT-0
# ^ Remove this header when using this file as a template in other projects.

function Test-PowerShellModulePackaging {
    [Subatomix.ExampleModule.ExampleObject]::new()
    "It works!"
}