diff --git a/npm/tests/test/fbx2gltf.ts b/npm/tests/test/fbx2gltf.ts index b3539c1..73ec0c7 100644 --- a/npm/tests/test/fbx2gltf.ts +++ b/npm/tests/test/fbx2gltf.ts @@ -30,8 +30,6 @@ const MODELS :Array = [ const CONVERSION_TIMEOUT_MS = 50000; -process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true'; - describe('FBX2glTF', () => { const tmpobj = tmp.dirSync(); for(let model of MODELS) {