mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	break long line
This commit is contained in:
		
							parent
							
								
									eb2dda699e
								
							
						
					
					
						commit
						fef7a8f64e
					
				@ -8,7 +8,10 @@ describe("NumberFormat", function() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  // useGrouping became more nuanced in recent node.
 | 
					  // useGrouping became more nuanced in recent node.
 | 
				
			||||||
  // Its old 'true' value may now be 'always' or 'auto'.
 | 
					  // Its old 'true' value may now be 'always' or 'auto'.
 | 
				
			||||||
  const useGroupingAlways = buildNumberFormat({numMode: 'decimal'}, defaultDocSettings).resolvedOptions().useGrouping as boolean|string;
 | 
					  const useGroupingAlways = buildNumberFormat(
 | 
				
			||||||
 | 
					    {numMode: 'decimal'},
 | 
				
			||||||
 | 
					    defaultDocSettings
 | 
				
			||||||
 | 
					  ).resolvedOptions().useGrouping as boolean|string;
 | 
				
			||||||
  const useGroupingAuto = (useGroupingAlways === 'always') ? 'auto' : true;
 | 
					  const useGroupingAuto = (useGroupingAlways === 'always') ? 'auto' : true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  it("should convert Grist options into Intr.NumberFormat", function() {
 | 
					  it("should convert Grist options into Intr.NumberFormat", function() {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user