Skip to content
Prev Previous commit
Next Next commit
refactoring content
  • Loading branch information
juggernaut451 committed Mar 1, 2018
commit 0fa4c3a9843bdad7e776f5bdc312359ca551cf3e
2 changes: 1 addition & 1 deletion doc/guides/writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 for `lib/streams.js`.
For example viewing tests for `test-streams` when writing a test for `lib/streams.js`.
Copy link
Copy Markdown
Member

@BridgeAR BridgeAR Mar 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should fail in the linter as it is above 80 characters.


Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep this consistent with the other places in the doc and only use a single new line :-)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes made.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, this does not seem to be addressed?

## Test structure

Expand Down