File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,10 @@ test('test find-matching-prs', (t) => {
144144} )
145145
146146test ( '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)
You can’t perform that action at this time.
0 commit comments