Roblox / testez

BDD-style test and assertion library for Roblox Lua
https://roblox.github.io/testez/
Apache License 2.0
185 stars 58 forks source link

describeFOCUS and describeSKIP are incorrectly documented #162

Open ShaneButt opened 3 years ago

ShaneButt commented 3 years ago

These functions are incorrectly documented and are stated to take a single parameter called phrase. When in the source code, it takes a phrase string and a callback function.