- restructure transform.test.ts
- format test files
This commit is contained in:
@@ -45,7 +45,9 @@ it('Should match generated changelog (unspecified tags)', async () => {
|
||||
|
||||
const changeLog = await releaseNotesBuilder.build()
|
||||
console.log(changeLog)
|
||||
expect(changeLog).toStrictEqual(`## 🐛 Fixes\n\n- Stacktrace Data can be an array\n - PR: #39\n\n`)
|
||||
expect(changeLog).toStrictEqual(
|
||||
`## 🐛 Fixes\n\n- Stacktrace Data can be an array\n - PR: #39\n\n`
|
||||
)
|
||||
})
|
||||
|
||||
it('Should use empty placeholder', async () => {
|
||||
@@ -168,7 +170,6 @@ it('Uncategorized category', async () => {
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
it('Verify commit based changelog', async () => {
|
||||
const configuration = resolveConfiguration(
|
||||
'',
|
||||
@@ -194,7 +195,6 @@ it('Verify commit based changelog', async () => {
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
it('Verify commit based changelog, with emoji categorisation', async () => {
|
||||
const configuration = resolveConfiguration(
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user