Fix tests

This commit is contained in:
Hongbo Wu 2022-08-18 21:29:35 +08:00
parent a1171c7952
commit 530464f54d
2 changed files with 3 additions and 3 deletions

View file

@ -25,8 +25,8 @@ describe('textToSpeech', () => {
textType: 'ssml',
}
const output = await synthesizeTextToSpeech(input)
expect(output.audioUrl).to.be.a('string')
expect(output.speechMarksUrl).to.be.a('string')
expect(output.audioFileName).to.be.a('string')
expect(output.speechMarksFileName).to.be.a('string')
})
})

View file

@ -18598,7 +18598,7 @@ mkdirp-infer-owner@^2.0.0:
infer-owner "^1.0.4"
mkdirp "^1.0.3"
mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5:
mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5:
version "0.5.6"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==