We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff4992 commit 01f0541Copy full SHA for 01f0541
articles/javascript/sdk/test-sdk-integration.md
@@ -104,7 +104,7 @@ The purpose of the preceding test is to ensure that the work done by `someTestFu
104
105
### Fakes
106
107
-Fakes: Substitute in functionality that you wouldn't normally use in production, such as an in-memory database instead of a cloud database.
+Fakes substitute a functionality that you wouldn't normally use in production, such as using an in-memory database instead of a cloud database.
108
109
:::code language="TypeScript" source="~/../node-essentials/unit-testing/src/fakes/fake-in-mem-db.spec.ts" :::
110
0 commit comments