Skip to content

Commit f622f1f

Browse files
authored
Update index.rst (#1313)
1 parent 6f9cdb4 commit f622f1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/testing/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ Snapshot testing
7777
As our APIs evolve, we need to know when our changes introduce any breaking changes that might break
7878
some of the clients of our GraphQL app.
7979

80-
However, writing tests and replicate the same response we expect from our GraphQL application can be
80+
However, writing tests and replicating the same response we expect from our GraphQL application can be a
8181
tedious and repetitive task, and sometimes it's easier to skip this process.
8282

8383
Because of that, we recommend the usage of `SnapshotTest <https://github.com/syrusakbary/snapshottest/>`_.
8484

85-
SnapshotTest let us write all this tests in a breeze, as creates automatically the ``snapshots`` for us
86-
the first time the test is executed.
85+
SnapshotTest lets us write all these tests in a breeze, as it automatically creates the ``snapshots`` for us
86+
the first time the test are executed.
8787

8888

8989
Here is a simple example on how our tests will look if we use ``pytest``:

0 commit comments

Comments
 (0)