Add semicolon for tdd exports
This commit is contained in:
@ -3,4 +3,4 @@ const msg = new SpeechSynthesisUtterance(message);
|
||||
msg.voice = window.speechSynthesis.getVoices()[0];
|
||||
window.speechSynthesis.speak(msg);
|
||||
};
|
||||
module.exports = speechSynthesis
|
||||
module.exports = speechSynthesis;
|
||||
Reference in New Issue
Block a user