class AudioParamMock { setTargetAtTime (value /* , start, stop */) { this.value = value; } } module.exports = AudioParamMock;