Skip to content

Commit b7a715a

Browse files
committed
fixup! test: add cveId tests
1 parent 872d352 commit b7a715a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test.js

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

146146
test('test group, CVE-ID', (t) => {
147-
t.equal(exec('--start-ref=v4.1.1 --end-ref=11b3ee4 --group --filter-release --markdown'),
148-
`* \\[[\`35b762c78a\`](https://github.com/nodejs/changelog-maker/commit/35b762c78a)] - chore(release): 4.1.1 \\[skip ci] (semantic-release-bot)
149-
* \\[[\`736a899e9c\`](https://github.com/nodejs/changelog-maker/commit/736a899e9c)] - **feat**: add cveId support to commmit output (RafaelGSS)
147+
t.equal(
148+
exec('--md --start-ref=736a899 --end-ref=11b3ee4 --group --filter-release'),
149+
`* \\[[\`736a899e9c\`](https://github.com/nodejs/changelog-maker/commit/736a899e9c)] - **feat**: add cveId support to commmit output (RafaelGSS)
150150
* \\[[\`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)
151151
* \\[[\`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)
152152
`)

0 commit comments

Comments
 (0)