refactor: fix typos (#18000)
This commit is contained in:

committed by
Jason Aden

parent
9dd550fa1e
commit
c723d42d0a
@ -30,7 +30,7 @@ describe('service without angular', () => {
|
||||
() => expect(() => ngService.getDiagnostics(fileName)).not.toThrow());
|
||||
it('should not crash a completion',
|
||||
() => expect(() => ngService.getCompletionsAt(fileName, position)).not.toThrow());
|
||||
it('should not crash a get defintion',
|
||||
it('should not crash a get definition',
|
||||
() => expect(() => ngService.getDefinitionAt(fileName, position)).not.toThrow());
|
||||
it('should not crash a hover', () => expect(() => ngService.getHoverAt(fileName, position)));
|
||||
});
|
Reference in New Issue
Block a user