Skip to content

Commit

Permalink
fix: lint fix tests
Browse files Browse the repository at this point in the history
jankapunkt committed Nov 28, 2023

Verified

This commit was signed with the committer’s verified signature.
jankapunkt Jan Küster
1 parent 2af3060 commit 8874066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit.tests.js
Original file line number Diff line number Diff line change
@@ -531,7 +531,7 @@ describe('unit tests', function () {
}
globalThis.SpeechSynthesisUtterance = SpeechSynthesisUtterance
globalThis.speechSynthesis = speechSynthesis
EasySpeech.init({ maxLengthExceeded: 'none'})
EasySpeech.init({ maxLengthExceeded: 'none' })
.catch(done)
.then(() => {
const buffer = Buffer.alloc(4097, '0')

0 comments on commit 8874066

Please sign in to comment.