Open
Description
I've setup our rendering and application tests to auto-provide a store
context in a beforeEach.
hooks.beforeEach(function (assert) {
provide('store', this.owner.lookup('service:store'));
});
This is throwing the below error:
Could not find "provideConsumeContextContainer" instance in runtime environment
Which comes from here:
Is there something else I need to do prior to calling provide? Is this an incompatibility with our Ember Version? Something else?
Metadata
Metadata
Assignees
Labels
No labels