Skip to content

Commit 2398dac

Browse files
committed
Include some more info on what is going on
1 parent 02df9f5 commit 2398dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dangerfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ if (existsSync(diffPath)) {
1212
return !uninterestingFiles.filter(suffix => diff.to && diff.to.endsWith(suffix)).length > 0
1313
})
1414

15-
const md = ["## Changed baselines from the TypeScript test suite"]
15+
const md = ["## Changed baselines from the TypeScript test suite", "\nThese are the test changes in the TypeScript codebase which showed a difference (excluding a few which will always change), it should give a small sense of what to expect on the TypeScript side if this PR is merged."]
1616

1717
withoutKnownNormalFails.forEach(diff => {
18-
md.push(`#### ${diff.to || diff.from}}`)
18+
md.push(`#### [${diff.to || diff.from}](https://github.com/microsoft/TypeScript/blob/master/${diff.to || diff.from})`)
1919

2020
md.push("```diff")
2121
diff.chunks.forEach(chunk => {

0 commit comments

Comments
 (0)