- exposes
initialize
inember-hook
:import { initialize } from 'ember-hook';
- use
initialize
in thebeforeEach
block 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