mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix tests
This commit is contained in:
parent
a1171c7952
commit
530464f54d
2 changed files with 3 additions and 3 deletions
|
|
@ -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')
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -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==
|
||||
|
|
|
|||
Loading…
Reference in a new issue