How to use the ember-power-select/test-support/helpers function in ember-power-select

To help you get started, we’ve selected a few ember-power-select examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cibernox / ember-power-select / test-support / helpers / ember-power-select.js View on Github external
export default function deprecatedRegisterHelpers() {
  deprecate(
    "DEPRECATED `import registerPowerSelectHelpers from '../../tests/helpers/ember-power-select';` is deprecated. Please, replace it with `import registerPowerSelectHelpers from 'ember-power-select/test-support/helpers';`",
    false,
    { until: '1.11.0', id: 'ember-power-select-test-support-register-helpers' }
  );
  return _registerHelpers();
}