Stray line from offline rendering experiments.
This commit is contained in:
parent
ca62b8de9f
commit
941a96bbb0
|
@ -30,8 +30,6 @@ const MODELS :Array<Model> = [
|
||||||
|
|
||||||
const CONVERSION_TIMEOUT_MS = 50000;
|
const CONVERSION_TIMEOUT_MS = 50000;
|
||||||
|
|
||||||
process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true';
|
|
||||||
|
|
||||||
describe('FBX2glTF', () => {
|
describe('FBX2glTF', () => {
|
||||||
const tmpobj = tmp.dirSync();
|
const tmpobj = tmp.dirSync();
|
||||||
for(let model of MODELS) {
|
for(let model of MODELS) {
|
||||||
|
|
Loading…
Reference in New Issue