Stop testing if conversion failed.
This commit is contained in:
parent
769454e964
commit
9c76e5ade1
|
@ -60,6 +60,9 @@ describe('FBX2glTF', () => {
|
||||||
}
|
}
|
||||||
}).timeout(CONVERSION_TIMEOUT_MS);
|
}).timeout(CONVERSION_TIMEOUT_MS);
|
||||||
|
|
||||||
|
if (!glbBytes) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
it('resulting glb should be valid', async () => {
|
it('resulting glb should be valid', async () => {
|
||||||
try {
|
try {
|
||||||
let options = <any>{};
|
let options = <any>{};
|
||||||
|
|
Loading…
Reference in New Issue