-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Adding where does test go section in writing-test.md #18802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
481c5f9
dd902a0
c1c8eb5
5bf8d98
ca0448b
2dea00a
ba6513b
b24c938
0fa4c3a
c8696df
fc0c5b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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`. | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 :-)
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. changes made.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm, this does not seem to be addressed? |
||
| ## Test structure | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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.