From 887406625b3f2f060fc195dbc1c8fe25861cf966 Mon Sep 17 00:00:00 2001 From: jankapunkt Date: Tue, 28 Nov 2023 09:05:29 +0100 Subject: [PATCH] fix: lint fix tests --- tests/unit.tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit.tests.js b/tests/unit.tests.js index bf8dff0..497a245 100644 --- a/tests/unit.tests.js +++ b/tests/unit.tests.js @@ -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')