Enabling no-redundant-jsdoc for tslint

This commit is contained in:
Matt Bierner
2019-01-04 15:27:22 -08:00
parent 9d4e02e792
commit a131278f4a
20 changed files with 33 additions and 82 deletions

View File

@@ -39,7 +39,7 @@ suite('workspace-namespace', () => {
if (vscode.workspace.rootPath) {
assert.ok(pathEquals(vscode.workspace.rootPath, join(__dirname, '../../testWorkspace')));
}
assert.throws(() => vscode.workspace.rootPath = 'farboo');
assert.throws(() => (vscode.workspace as any).rootPath = 'farboo');
});
test('workspaceFolders', () => {