Skip to content

Commit 0ff53d0

Browse files
committed
Minor doc updates
1 parent 4872b8c commit 0ff53d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ yarn add -D @bagaar/ember-graphql-mocking msw
2727

2828
## Usage
2929

30-
### 1. Set up Ember GraphQL Mocking
30+
### 1. Set up @bagaar/ember-graphql-mocking
3131

3232
In `tests/test-helper.js`:
3333
1. Import `setupEmberGraphqlMocking`
@@ -92,7 +92,7 @@ import { visit, currentURL } from '@ember/test-helpers';
9292
import { setupApplicationTest } from 'my-app/tests/helpers';
9393
import { mockResolvers, setupGraphqlTest } from '@bagaar/ember-graphql-mocking/test-support'; // 1.
9494

95-
module('Acceptance | ember graphql mocking', function (hooks) {
95+
module('Acceptance | ember-graphql-mocking', function (hooks) {
9696
setupApplicationTest(hooks);
9797
setupGraphqlTest(hooks); // 2.
9898

test-app/tests/acceptance/ember-graphql-mocking-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { visit } from '@ember/test-helpers';
33
import { setupApplicationTest } from 'test-app/tests/helpers';
44
import { module, test } from 'qunit';
55

6-
module('Acceptance | ember graphql mocking', function (hooks) {
6+
module('Acceptance | ember-graphql-mocking', function (hooks) {
77
setupApplicationTest(hooks);
88

99
test('it works', async function (assert) {

0 commit comments

Comments
 (0)