Skip to content

Commit

Permalink
Merge pull request emberjs#2257 from bgentry/patch-1
Browse files Browse the repository at this point in the history
Add missing Service import to component test guide
  • Loading branch information
locks committed Mar 7, 2018
2 parents 4ad1c95 + 1ef64a1 commit 3cf5660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/testing/testing-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { render } from '@ember/test-helpers';
import hbs from 'htmlbars-inline-precompile';
import Service from '@ember/service';

//Stub location service
const locationStub = Service.extend({
Expand Down

0 comments on commit 3cf5660

Please sign in to comment.