Skip to content

Commit

Permalink
Fix ember-testing issue in canary
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Oct 1, 2018
1 parent 7590a03 commit 63b8eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ module.exports = function(defaults) {
app.import('vendor/ember/ember-template-compiler.js');
app.import('vendor/ember/ember-testing.js', {
type: 'vendor',
outputFile: 'ember-testing.js'
outputFile: 'ember-local-testing.js'
});
app.import('vendor/shims/babel.js');
app.import('vendor/shims/path.js');
Expand Down
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<script src="{{rootURL}}testem.js" integrity=""></script>
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/ember-testing.js"></script>
<script src="{{rootURL}}assets/ember-local-testing.js"></script>
<script src="{{rootURL}}assets/test-support.js"></script>
<script src="{{rootURL}}assets/ember-twiddle.js"></script>
<script src="{{rootURL}}assets/tests.js"></script>
Expand Down

0 comments on commit 63b8eb0

Please sign in to comment.