Mocking the Web Audio API in Jest
Mar 28, 2021 · 2 min read · This is code for mocking the Web Audio API in Jest that may be of use to you. The methods mocked and the number of times called will vary depending on your needs. This code was used in a side-project that allows users to view, convert and transcode ...
Join discussion