Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Test StringUtils both with and without TextDecoder (#4405)
Since the TextDecoder fallback is only used on some devices, those code paths were not tested on other platforms. This makes the StringUtil tests execute both with and without TextDecoder.
- Loading branch information