This commit is contained in:
Hongbo Wu
2022-09-26 16:56:12 +08:00
parent 8c6a18aed1
commit e1123cc422

View File

@ -232,9 +232,9 @@ describe('convert HTML to Speech file', () => {
)
const speechFile = htmlToSpeechFile({
content: html,
title: 'test',
title: 'Wang Yi at the UN; Fu Zhenghua sentenced; Nvidia China sales',
options: TEST_OPTIONS,
})
expect(speechFile.utterances).to.have.lengthOf(12)
expect(speechFile.utterances).to.have.lengthOf(11)
})
})