Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const speechSynthesis = message => {
|
||||
msg.voice = window.speechSynthesis.getVoices()[0];
|
||||
window.speechSynthesis.speak(msg);
|
||||
};
|
||||
|
||||
module.exports = speechSynthesis;
|
||||
module.exports = speechSynthesis;
|
||||
|
||||
Reference in New Issue
Block a user