I think I’m suffering from some kind of conceptual misunderstanding here. I’d like to unit test a global Blaze helper, so I thought I could get it like this:
Blaze._globalHelpers["myHelper](...)
But I can’t get Blaze in my scope – even though I’ve added it to the list of used dependencies on the client.
The only way I’ve found to access it is through Package.blaze.Blaze
.
What gives?