The first error that I received was using the code from the tutorial, as soon as I had changed the entry to public, when it was private before, was the same as this Undefined signal_type error while running tests
but I was able to fix this by following the directions there and updating to tryorama from try-o-rama and changing all references to @holochain/try-o-rama to @holochain/tryorama
my hc test now gives me
error for Test hello holo tapeExecutor middleware requires scenario functions to take 2 arguments, please check your scenario definitions.
I have removed all scenario testing and only have this and it still gives me the same error
Well I’m baffled. It all looks good to me on a quick read-through. I’m just about to embark on the tutorials myself (just waiting for the newest ‘blessed’ Holochain release, 0.0.42, along with the documentation that goes along with it — they both should be out soon!) I’m hoping I can hit the same problem, but if not, maybe that’ll mean it’s been fixed!
Hi @kalisam Yep this was an issue where tryorama was updated then I had to quickly update the tutorials to match this change. It should be all working now.
For anyone else running into this issue check the “Check your code” here for an example of the new way to setup tests.
All the tutorials have been updated to reflect this aswell.