Skip to content

Commit 338014e

Browse files
captainsafiaMylesBorins
authored andcommitted
doc: rename writing_tests.md to writing-tests.md
The writing_tests.md file did not utilize kebab-case as the other files in the directory did. PR-URL: #9867 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent b06b234 commit 338014e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ $ git rebase upstream/master
147147

148148
Bug fixes and features **should come with tests**. Add your tests in the
149149
`test/parallel/` directory. For guidance on how to write a test for the Node.js
150-
project, see this [guide](./doc/guides/writing_tests.md). Looking at other tests
150+
project, see this [guide](./doc/guides/writing-tests.md). Looking at other tests
151151
to see how they should be structured can also help.
152152

153153
To run the tests on Unix / OS X:
File renamed without changes.

0 commit comments

Comments
 (0)