Summary: Use Pester to test new functions in your module.
How can I unit test a non-exported function in my script module?
Use the InModuleScope command to execute some or all of your Pester script within the scope of
the module you’re testing.