adopted-ember-addons/ember-keyboard

Incorrect Documentation Around Test Helpers

Emerson opened this issue · 1 comments

Howdy,

Firstly, thanks for this awesome library, it's been really nice to use. In the process of trying to upgrade and running into a problem.

After trying to upgrade to 4.x I'm not able to run my acceptance tests anymore. In the documentation it mentions that we need to import:

import keyboardRegisterTestHelpers from './ember-keyboard/register-test-helpers';

But that module does not appear to exist. In fact, if I inspect the entire tree of available modules I don't see anything relating to registering test helpers.

Screenshot 2019-05-28 11 18 11

Am I missing something basic here? Let me know,
Thanks!

Thanks for flagging this @Emerson. I updated the docs in #120