Skip to content

3, 2, 1 . . . Initialize!

Latest
Compare
Choose a tag to compare
@briarsweetbriar briarsweetbriar released this 10 May 17:46
· 55 commits to master since this release
  • 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