File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,13 @@ Snapshot testing
7777As our APIs evolve, we need to know when our changes introduce any breaking changes that might break
7878some 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
8181tedious and repetitive task, and sometimes it's easier to skip this process.
8282
8383Because 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
8989Here is a simple example on how our tests will look if we use ``pytest ``:
You can’t perform that action at this time.
0 commit comments