You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/sdks/guides/testing.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Fern generates unit tests for all SDK languages. They verify individual methods
17
17
18
18
### Mock server tests
19
19
20
-
Mock server (wire) tests run your SDK against a mock server generated from your API definition. They verify that the SDK sends and receives HTTP requests as expected. These tests are generated for all endpoints in a service.
20
+
Mock server (wire) tests run your SDK against a mock server generated from your API definition. They verify that the SDK sends HTTP requests and receives HTTP responses as expected. These tests are generated for all endpoints in a service.
21
21
22
22
Mock server tests are available for TypeScript, Go, and Java. Configure mock server tests in your `generators.yml`:
0 commit comments