Skip to content

Commit fd40009

Browse files
committed
log attempt
1 parent becd0e1 commit fd40009

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ test('test find-matching-prs', (t) => {
144144
})
145145

146146
test('test group, CVE-ID', (t) => {
147+
const out = exec('--md --start-ref=736a899 --end-ref=11b3ee4 --group --filter-release')
148+
console.log('Return is: ', out)
147149
t.equal(
148-
exec('--md --start-ref=736a899 --end-ref=11b3ee4 --group --filter-release'),
150+
out,
149151
`* \\[[\`736a899e9c\`](https://github.com/nodejs/changelog-maker/commit/736a899e9c)] - **feat**: add cveId support to commmit output (RafaelGSS)
150152
* \\[[\`fecf15458e\`](https://github.com/nodejs/changelog-maker/commit/fecf15458e)] - **(CVE-2024-22020)** **lib,esm**: handle bypass network-import via data: (RafaelGSS) [nodejs/node#55819](https://github.com/nodejs/node/pull/55819)
151153
* \\[[\`11b3ee4432\`](https://github.com/nodejs/changelog-maker/commit/11b3ee4432)] - **(CVE-2024-36138)** **src**: handle permissive extension on cmd check (RafaelGSS) [nodejs/node#55819](https://github.com/nodejs/node/pull/55819)

0 commit comments

Comments
 (0)