This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
Comments regarding where to places mocks is wrong in one instance in unit_template.ps1 #160
Labels
bug
The issue is a bug.
At row 47 and 48 in the file unit_template.ps1 is says
This is wrong since those needs to be inside the Describe block. At least according to this error message when I tried to put them outside.
Either we remove this text, or if one is allowed to nest describe blocks, we could add a describe block to be able to mock at this location. Or if the text is meant for init-code like setting variables for later use in mocks, then the text should change to say that.
The text was updated successfully, but these errors were encountered: