From f4d549e7572649135b7fad9edfd65478850e681c Mon Sep 17 00:00:00 2001 From: Ramya Achutha Rao Date: Mon, 4 Dec 2017 15:43:35 -0800 Subject: [PATCH] Fix unused code errors --- .../emmet/src/test/updateImageSize.test.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/extensions/emmet/src/test/updateImageSize.test.ts b/extensions/emmet/src/test/updateImageSize.test.ts index 9c868a3445b..ccf3d880925 100644 --- a/extensions/emmet/src/test/updateImageSize.test.ts +++ b/extensions/emmet/src/test/updateImageSize.test.ts @@ -3,14 +3,14 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import 'mocha'; -import * as assert from 'assert'; -import { Selection } from 'vscode'; -import { withRandomFileEditor, closeAllEditors } from './testUtils'; -import { updateImageSize } from '../updateImageSize'; +// import 'mocha'; +// import * as assert from 'assert'; +// import { Selection } from 'vscode'; +// import { withRandomFileEditor, closeAllEditors } from './testUtils'; +// import { updateImageSize } from '../updateImageSize'; -suite('Tests for Emmet actions on html tags', () => { - teardown(closeAllEditors); +// suite('Tests for Emmet actions on html tags', () => { +// teardown(closeAllEditors); // test('update image css with multiple cursors in css file', () => { // const cssContents = ` @@ -147,4 +147,4 @@ suite('Tests for Emmet actions on html tags', () => { // }); // }); -}); +// }); -- GitLab