ciena-blueplanet / ember-test-utils

A set of utilities to aid in testing components
MIT License
5 stars 18 forks source link

Remove stub store.init to be compatible with Octane. #130

Closed cjsheu closed 4 years ago

cjsheu commented 4 years ago

PATCH

Remove stub store.init to be compatible with Ember Octane. We can't override init without calling this._super(...)

CHANGELOG

Remove stub store.init to be compatible with Ember Octane