fix(language-service): spell diagnostics correctly (#21812)
PR Close #21812
This commit is contained in:
		
							parent
							
								
									d964491f2a
								
							
						
					
					
						commit
						2b68e8d98a
					
				| @ -26,7 +26,7 @@ describe('service without angular', () => { | |||||||
| 
 | 
 | ||||||
|   it('should not crash a get template references', |   it('should not crash a get template references', | ||||||
|      () => expect(() => ngService.getTemplateReferences())); |      () => expect(() => ngService.getTemplateReferences())); | ||||||
|   it('should not crash a get dianostics', |   it('should not crash a get diagnostics', | ||||||
|      () => expect(() => ngService.getDiagnostics(fileName)).not.toThrow()); |      () => expect(() => ngService.getDiagnostics(fileName)).not.toThrow()); | ||||||
|   it('should not crash a completion', |   it('should not crash a completion', | ||||||
|      () => expect(() => ngService.getCompletionsAt(fileName, position)).not.toThrow()); |      () => expect(() => ngService.getCompletionsAt(fileName, position)).not.toThrow()); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user