ember-a11y / ember-a11y-testing

A suite of accessibility tests that can be run within the Ember testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import statement?

christophermlne opened this issue · comments

When I try to run the acceptance test example from the docs I get a11Test is undefined.

Assuming I have to modify my test-helper.js file or import something at the top of the acceptance test?

I see a function 'registerA11yHelpers' is exported from register-a11y-helpers.js.

Should I be importing this somewhere?

Many thanks.

I had used the npm install command to install this package.

I should have installed via the ember install command, which would have caused the after install hook to run, which would have set things up correctly.

So that was the issue. Closing.