Fix test
This commit is contained in:
		
							parent
							
								
									1ccd2def50
								
							
						
					
					
						commit
						ee765d0812
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@ describe('Text', () => {
 | 
			
		|||
		it('big', () => {
 | 
			
		||||
			const tokens = analyze('***Strawberry*** Pasta');
 | 
			
		||||
			assert.deepEqual([
 | 
			
		||||
				{ type: 'big', content: '***Strawberry***', bold: 'Strawberry' },
 | 
			
		||||
				{ type: 'big', content: '***Strawberry***', big: 'Strawberry' },
 | 
			
		||||
				{ type: 'text', content: ' Pasta' }
 | 
			
		||||
			], tokens);
 | 
			
		||||
		});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue