← Docs home

🧪 Module.Tests

Pester unit tests for the manifest and the exported public surface.


Suite Scope
Manifest Module manifest and Gallery metadata.
Exported surface Public entry point and helper privacy.

Manifest

Validates the module manifest and its Gallery metadata.

Cases

Describe 'Manifest'
It 'Passes Test-ModuleManifest'
It 'Declares version 1.0.0'
It 'Targets the Core edition'
It 'Carries Gallery metadata'

Exported surface

Confirms only the public entry point escapes the module.

Cases

Describe 'Exported surface'
It 'Exports ConvertTo-SharpDown'
It 'Does not export the internal helpers'