Rename Test class for ServiceParser
This commit is contained in:
		| @@ -2,7 +2,7 @@ import { expect } from 'chai'; | |||||||
|  |  | ||||||
| import { ServiceParser } from '../../src/parsers/service.parser'; | import { ServiceParser } from '../../src/parsers/service.parser'; | ||||||
|  |  | ||||||
| class TestAstServiceParser extends ServiceParser { | class TestServiceParser extends ServiceParser { | ||||||
|  |  | ||||||
| 	/*public getInstancePropertyName(): string { | 	/*public getInstancePropertyName(): string { | ||||||
| 		return this._getInstancePropertyName(); | 		return this._getInstancePropertyName(); | ||||||
| @@ -14,10 +14,10 @@ describe('ServiceParser', () => { | |||||||
|  |  | ||||||
| 	const componentFilename: string = 'test.component.ts'; | 	const componentFilename: string = 'test.component.ts'; | ||||||
|  |  | ||||||
| 	let parser: TestAstServiceParser; | 	let parser: TestServiceParser; | ||||||
|  |  | ||||||
| 	beforeEach(() => { | 	beforeEach(() => { | ||||||
| 		parser = new TestAstServiceParser(); | 		parser = new TestServiceParser(); | ||||||
| 	}); | 	}); | ||||||
|  |  | ||||||
| 	/*it('should extract variable used for TranslateService', () => { | 	/*it('should extract variable used for TranslateService', () => { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user