From c8696dfb40852e31f1ae91e91c0870850f7b0484 Mon Sep 17 00:00:00 2001 From: juggernaut451 Date: Sat, 3 Mar 2018 02:21:12 +0530 Subject: [PATCH] wrapping in 80 char --- doc/guides/writing-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md index b64dd85f1378d4..ab83a507d323f6 100644 --- a/doc/guides/writing-tests.md +++ b/doc/guides/writing-tests.md @@ -23,7 +23,7 @@ Add tests when: See [directory structure overview][] for outline of existing test & locations. When deciding on whether to expand an existing test file or create a new one, consider going through the files related to the subsystem. -For example viewing tests for `test-streams` when writing a test for `lib/streams.js`. +For example, look for `test-streams` when writing a test for `lib/streams.js`. ## Test structure