Skip to content

Commit

Permalink
Minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Mar 6, 2024
1 parent 4872b8c commit 0ff53d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn add -D @bagaar/ember-graphql-mocking msw

## Usage

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion test-app/tests/acceptance/ember-graphql-mocking-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { visit } from '@ember/test-helpers';
import { setupApplicationTest } from 'test-app/tests/helpers';
import { module, test } from 'qunit';

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

test('it works', async function (assert) {
Expand Down

0 comments on commit 0ff53d0

Please sign in to comment.