File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2030,7 +2030,9 @@ describe("MinimapElement", () => {
20302030 } )
20312031
20322032 it ( "adjusts the size of the control div to fit in the minimap" , ( ) => {
2033- expect ( controls . clientWidth ) . toEqual ( minimapElement . CanvasDrawer . getFrontCanvas ( ) . clientWidth / devicePixelRatio )
2033+ expect ( controls . clientWidth ) . toEqual (
2034+ minimapElement . CanvasDrawer . getFrontCanvas ( ) . clientWidth / devicePixelRatio
2035+ )
20342036 } )
20352037
20362038 it ( "positions the controls div over the canvas" , ( ) => {
@@ -2046,7 +2048,9 @@ describe("MinimapElement", () => {
20462048 } )
20472049
20482050 it ( "adjusts the size of the control div to fit in the minimap" , ( ) => {
2049- expect ( controls . clientWidth ) . toEqual ( minimapElement . CanvasDrawer . getFrontCanvas ( ) . clientWidth / devicePixelRatio )
2051+ expect ( controls . clientWidth ) . toEqual (
2052+ minimapElement . CanvasDrawer . getFrontCanvas ( ) . clientWidth / devicePixelRatio
2053+ )
20502054 } )
20512055
20522056 it ( "positions the controls div over the canvas" , ( ) => {
You can’t perform that action at this time.
0 commit comments