Skip to content

Commit 9b26edf

Browse files
committed
publish (auto)
branch: source SHA: 3a65acd range SHA: 23a01ac...3a65acd build id: 68083751 build number: 33
1 parent 08ef319 commit 9b26edf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/contributing.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ <h2 id="tests" class="ui header">Tests</h2>
123123
<div class="ui item">Depend on the automated test on Travis that runs after you send a PR.<div class="ui list"><div class="ui item">If you need many attempts to fix errors then please flatten the history and clean the commit message.</div>
124124
</div></div>
125125
</div><p>You can use a <code>tscparams</code> file to specify custom compiler arguments e.g. <a href="https://github.com/borisyankov/DefinitelyTyped/blob/master/atom/atom-tests.ts.tscparams">atom/atom-tests.ts.tscparams</a></p>
126+
<p>Note: By default <code>npm test</code> only runs tests for the changed / new definition files. To run all tests just execute <code>npm run all</code>.</p>
126127
<h2 id="code-style" class="ui header">Code style</h2>
127128
<div class="ui list"><div class="ui item">At this point we do not enforce a specific <em>general</em> code style, but we do like idiomatic code in each <em>individual</em> file.</div>
128129
<div class="ui item">When creating a new definition file the author is free to choose either tabs or 4-space indentation (<a href="https://github.com/borisyankov/DefinitelyTyped/issues/1709">discussion</a> on github).</div>

0 commit comments

Comments
 (0)