build: enable TSLint on the packages folder (#18459)
porting PRs #18392 and #18441 to 4.x
This commit is contained in:
@ -28,7 +28,7 @@ describe('compiler (unbundled Angular)', () => {
|
||||
|
||||
describe('aot source mapping', () => {
|
||||
const componentPath = '/app/app.component.ts';
|
||||
const ngComponentPath = 'ng:///app/app.component.ts'
|
||||
const ngComponentPath = 'ng:///app/app.component.ts';
|
||||
|
||||
let rootDir: MockDirectory;
|
||||
let appDir: MockDirectory;
|
||||
|
Reference in New Issue
Block a user