File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2377,12 +2377,12 @@ test('Diagnose Skillion Issue', async() => {
23772377 if ( part . id === '1280622582' ) {
23782378 const shape = part . shape ;
23792379 const points = shape . extractPoints ( ) . shape ;
2380- const options = {
2381- angle : ( 360 - part . options . roof . direction ) / 360 * 2 * Math . PI ,
2382- depth : part . options . roof . height ,
2383- pitch : part . options . roof . angle / 180 * Math . PI ,
2384- } ;
2385- expect ( options ) . toBe ( { } ) ;
2380+ // const options = {
2381+ // angle: (360 - part.options.roof.direction) / 360 * 2 * Math.PI,
2382+ // depth: part.options.roof.height,
2383+ // pitch: part.options.roof.angle / 180 * Math.PI,
2384+ // };
2385+ // expect(options).toBe({});
23862386 expect ( points ) . toBe ( [ ] ) ;
23872387 //expect(shape.toJSON()).toBe('');
23882388 }
You can’t perform that action at this time.
0 commit comments