all files
/
tests/utils/
mock-audio.js
100%
Statements
3/3
100%
Branches
0/0
0%
Functions
0/2
100%
Lines
3/3
1 statement
Ignored
1 2 3 4 5 6 7
1×
1×
let fakeChannel = { playSound:
() => {
} } module.exports = { getChannel:
(
) => (fakeChannel), };