Skip to content

Commit 240c0bc

Browse files
committed
improve formatting and links
1 parent 610f215 commit 240c0bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

How-to-maintain-Definitely-Typed-tests.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ There are 3 causes of failures:
1616

1717
For packages on Definitely Typed, don't bother filing a bug.
1818
Nobody reads them anyway.
19-
2019
Instead, if the break is a good one, fix the problem yourself and send a PR.
2120

2221
For Typescript and other repos, while the bugs are being fixed, you can add the package names to [expectedFailures.txt in DefinitelyTyped-tools](https://github.com/microsoft/DefinitelyTyped-tools/blob/master/packages/dtslint-runner/expectedFailures.txt).
@@ -27,7 +26,7 @@ For Typescript and other repos, while the bugs are being fixed, you can add the
2726
2. Out of memory, usually when Typescript changes how much memory it uses. This is almost always a bad break.
2827
3. Complex assignability change. This is usually a good break.
2928
4. Untested types for package written in Javascript. This is usually a bad break, but requires a fix in the package, not Typescript.
30-
3. Those that from afar look like flies.
29+
3. [Those that from afar look like flies](https://en.wikipedia.org/wiki/The_Analytical_Language_of_John_Wilkins).
3130

3231

3332
### Miscellanea

0 commit comments

Comments
 (0)