Releases: ember-cli/ember-cli-blueprint-test-helpers
Releases · ember-cli/ember-cli-blueprint-test-helpers
v0.19.2
🐛 Bug Fix
🏠 Internal
Committers: 2
v0.13.0
- Add
cliPath
option to setupTestHooks()
function
v0.12.1
- Add missing
rsvp
dependency
v0.12.0
- Remove obsolete test runner and fixtures
- Remove obsolete helpers
- Add
--babel
option to the ember-cli-blueprint-test-helpers
blueprint
v0.11.0
- Added new helper syntax:
emberNew
, emberGenerate
, emberDestroy
, emberGenerateDestroy
v0.10.2
- Rename
contents
to contains
in example assertion (#46)
- Fix missing import for
throws
assertions (#47)
v0.10.1
- Fix before/afterProcess handling (7a709c8)
v0.10.0
- Fixed assertThrows (#35)
- Added glob as dependency (#42)
- Fixed native line breaks (#36)