We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a0721 commit 778e6e7Copy full SHA for 778e6e7
packages/language-service/test/language_service_spec.ts
@@ -26,7 +26,7 @@ describe('service without angular', () => {
26
27
it('should not crash a get template references',
28
() => expect(() => ngService.getTemplateReferences()));
29
- it('should not crash a get dianostics',
+ it('should not crash a get diagnostics',
30
() => expect(() => ngService.getDiagnostics(fileName)).not.toThrow());
31
it('should not crash a completion',
32
() => expect(() => ngService.getCompletionsAt(fileName, position)).not.toThrow());
0 commit comments