Skip to content

Releases: Ticketfly/ember-hook

3, 2, 1 . . . Initialize!

10 May 17:46
Compare
Choose a tag to compare
  • exposes initialize in ember-hook: import { initialize } from 'ember-hook';
    • use initialize in the beforeEach block of an integration test to ensure that the initializer runs
  • removes the need to use the HookMixin