Skip to content

Commit 8f9f739

Browse files
authored
Update testing-overview.md
1 parent e01c57b commit 8f9f739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ In integration testing, real individual units are combined (same as in your app)
108108
> Please note that the terminology around what integration testing means is not always consistent. Also, the line between what is a unit test and what is an integration test may not always be clear. For this guide, your test falls into "integration testing" if it:
109109
>
110110
> - Combines several modules of your app as described above
111-
> - Uses an external system (such as a `node_modules` dependency)
111+
> - Uses an external system
112112
> - Makes a network call to other application (such as the weather service API)
113113
> - Does any kind of file or database <abbr title="Input/Output">I/O</abbr>
114114

0 commit comments

Comments
 (0)