Hi all,
First post, new to THREE, and diving right in here!
I’m trying to unit test a custom loader I have, and can’t figure out how to do it. I see plenty of examples three has for creating custom loaders, but none of them have unit tests (unless I’m not understanding their TODO stubs).
Is it possible to unit test (for CI) when using the FileLoader? I have the correct path (confirmed with fs.existsSync), but FileLoader never gives a response, progress, or error from a node environment.
Also, I don’t see a question tag for tests