Skip to content

Commit

Permalink
Merge pull request #12502 from duggiefresh/remove-unused-import
Browse files Browse the repository at this point in the history
[CLEANUP beta] - Remove unnecessary module
  • Loading branch information
rwjblue committed Oct 19, 2015
2 parents 4f9a3bc + 1703f3e commit e2643a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ember-testing/tests/acceptance_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import compile from 'ember-template-compiler/system/compile';
import RSVP from 'ember-runtime/ext/rsvp';

//ES6TODO: we need {{link-to}} and {{outlet}} to exist here
import 'ember-routing'; //ES6TODO: fixme?

var App, find, click, fillIn, currentRoute, currentURL, visit, originalAdapter, andThen, indexHitCount;

Expand Down

0 comments on commit e2643a5

Please sign in to comment.