Skip to content

Commit

Permalink
Do not test [email protected] without jQuery.
Browse files Browse the repository at this point in the history
The built-in `packages/ember-testing` does not work for acceptance
tests in 2.12.
  • Loading branch information
rwjblue committed Oct 9, 2017
1 parent 6e2b27b commit 2f22b66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ module.exports = {
npm: {
devDependencies: {
'ember-source': '~2.12.0',
'ember-native-dom-event-dispatcher': null,
'ember-fetch': null,
},
},
},
Expand Down

0 comments on commit 2f22b66

Please sign in to comment.