set up tslint for smoketest source

This commit is contained in:
Joao Moreno 2017-06-21 17:16:34 +02:00
parent 779a7dfa68
commit c13647b80f
2 changed files with 2 additions and 1 deletions

View file

@ -108,6 +108,7 @@ const eslintFilter = [
const tslintFilter = [
'src/**/*.ts',
'test/**/*.ts',
'extensions/**/*.ts',
'!**/fixtures/**',
'!**/typings/**',

View file

@ -54,7 +54,7 @@ export class JavaScript {
}
public async getNextLineNumberAfterFold(): Promise<any> {
return this.spectron.client.getText(`.margin-view-overlays>:nth-child(4) .line-numbers`)
return this.spectron.client.getText(`.margin-view-overlays>:nth-child(4) .line-numbers`);
}
public async goToExpressDefinition(): Promise<any> {