Fix test cases
This commit is contained in:
@ -13,5 +13,5 @@ const speechSynthesis = message => {
|
||||
msg.voice = window.speechSynthesis.getVoices()[0];
|
||||
window.speechSynthesis.speak(msg);
|
||||
};
|
||||
// speak('Hello, World') -> plays the message
|
||||
// speechSynthesis('Hello, World') -> plays the message
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user