| 47 | assertThrows( |
| 48 | () => { |
| 49 | validateBinaryLike(new class MyClass {}()); |
| 50 | }, |
| 51 | TypeError, |
| 52 | "Cannot validate the input as it must be a Uint8Array, a string, or an ArrayBuffer: received a value of the type MyClass", |
nothing calls this directly
no outgoing calls
no test coverage detected