Open
Description
Our unit tests currently heavily rely on checking the output script, which has the potential to change often. We should either write tests that don't rely on the speech output OR extract the speech into a speech constants file(s) so production code and test code can reference the same script.
Activity