Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't import test helpers from an addon. #558

Open
esbanarango opened this issue Jul 2, 2017 · 2 comments
Open

Can't import test helpers from an addon. #558

esbanarango opened this issue Jul 2, 2017 · 2 comments

Comments

@esbanarango
Copy link

esbanarango commented Jul 2, 2017

I'm using ember-power-select and it works perfect inside twiddle. But now I'm trying to write an acceptance test which requires a test helper from ember-power-select addon.

{
  "version": "0.12.1",
  "EmberENV": {
    "FEATURES": {}
  },
  "options": {
    "use_pods": false,
    "enable-testing": true
  },
  "dependencies": {
    "jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
    "ember": "2.12.0",
    "ember-template-compiler": "2.12.0",    
    "ember-testing": "2.12.0"
  },
  "addons": {
    "ember-data": "2.12.1",
    "ember-power-select": "1.8.1"
  }
}

ember_twiddle_-_power_select_issue__929_and_ember_power_select_and_package_json_ _envoy

@Gaurav0
Copy link
Contributor

Gaurav0 commented Jan 31, 2018

Please let me know if this is fixed.

@Gaurav0
Copy link
Contributor

Gaurav0 commented Jun 19, 2018

Can you provide a link to a twiddle for testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants