Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nishasy committed Nov 26, 2024
1 parent 3175d33 commit 1698230
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,8 @@ export async function joinLabelsAsSpokenMath(
return ` ${spokenLabels.join(", ")}`;
}

// TODO(LEMS-2616): Stop using this mock in tests. Mocking may make tests
// harder to understand, this will become tech debt. Once we update the
// speech rule engine to read locale data from local files, we will no longer
// need to use this mock for the tests to work.
// TODO(LEMS-2616): Stop using this mock in tests once we update the
// speech rule engine to read locale data from local files.
/**
* Non-async mocked version of joinLabelsAsSpokenMath for tests.
*/
Expand Down

0 comments on commit 1698230

Please sign in to comment.