-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
We have a test that's now failing upon incorporating HDRJPGLoader in google/model-viewer#4578:
test('throws on invalid URL', async () => {
try {
await textureUtils.loadEquirect('');
expect(false).to.be.ok;
} catch (e) {
expect(true).to.be.ok;
}
});
It appears to time out reliably, so I think it's just hanging instead of throwing? Our similar test for a not found URL is throwing properly: await textureUtils.loadEquirect('./nope.png');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working