Skip to content

Commit ba53289

Browse files
committed
Fix formatting and lint issues.
1 parent 4a6ad52 commit ba53289

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/integrationTests/documentationCommentAutoFormatting.integration.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
16
import { expect, should } from 'chai';
27
import * as vscode from 'vscode';
38
import * as path from 'path';
49
import { isRazorWorkspace } from './integrationHelpers';
510
import testAssetWorkspace from './testAssets/testAssetWorkspace';
6-
import { skip } from 'rxjs/operators';
711

812
const onTypeFormatProviderCommand = 'vscode.executeFormatOnTypeProvider';
913

0 commit comments

Comments
 (0)