- exposes
initializeinember-hook:import { initialize } from 'ember-hook';- use
initializein thebeforeEachblock of an integration test to ensure that the initializer runs
- use
- removes the need to use the
HookMixin
initialize in ember-hook: import { initialize } from 'ember-hook';
initialize in the beforeEach block of an integration test to ensure that the initializer runsHookMixin