MagiMaster
MagiMaster
I thought self.state = {} was still the recommended way to set the initial state in init()?
That said, I can't verify that hostParent and hostKey are actually pointing at the most useful things at the time it detects the error.
The lifecycle hooks need to be added to the API reference, but they may also be worth a separate document as they may need more explanation of how best to...
A description of how spec-style tests are meant to be written (no real code in describe blocks), why that is, and how that applies specifically to Lua and TestEZ would...
The new context API needs to be documented. This would also tie in to the lifecycle hooks as that's a primary use case.
Worth noting that you can just put a describe block inside a for loop and parameterize tests that way, so this would only be to reduce boilerplate/extra indents, and to...