Skip to content

Commit 18e07c3

Browse files
committed
Fix multline YAML
1 parent 0df0fb9 commit 18e07c3

File tree

1 file changed

+3
-3
lines changed
  • website/src/pages/docs/development-and-testing

1 file changed

+3
-3
lines changed

website/src/pages/docs/development-and-testing/testing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
description:
3-
Learn how to test apollo-angular code using Jest with ApolloTestingModule. It allows for easy
4-
mocking of calls to the GraphQL endpoint, so tests can run in isolation and produce consistent
5-
results.
3+
Learn how to test apollo-angular code using Jest with ApolloTestingModule. It allows for easy
4+
mocking of calls to the GraphQL endpoint, so tests can run in isolation and produce consistent
5+
results.
66
---
77

88
import { Callout } from '@theguild/components';

0 commit comments

Comments
 (0)