Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit e582d9a

Browse files
committed
extension unit test memory cleanup 2
1 parent 992ed40 commit e582d9a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/extensions/default/JavaScriptQuickEdit/unittests.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,6 @@ define(function (require, exports, module) {
406406
testPos = {line: 5, ch: 29},
407407
testEditor;
408408

409-
// initInlineTest("test.html");
410-
// initJSCodeHints();
411-
412409
runs(function () {
413410
var openQuickEditor = SpecRunnerUtils.toggleQuickEditAtOffset(EditorManager.getCurrentFullEditor(), start);
414411
waitsForDone(openQuickEditor, "Open quick editor");
@@ -430,9 +427,6 @@ define(function (require, exports, module) {
430427
jumpPos = {line: 3, ch: 6},
431428
testEditor;
432429

433-
// initInlineTest("test.html");
434-
// initJSCodeHints();
435-
436430
runs(function () {
437431
var openQuickEditor = SpecRunnerUtils.toggleQuickEditAtOffset(EditorManager.getCurrentFullEditor(), start);
438432
waitsForDone(openQuickEditor, "Open quick editor");
@@ -459,9 +453,6 @@ define(function (require, exports, module) {
459453
jumpPos = {line: 9, ch: 21},
460454
testEditor;
461455

462-
// initInlineTest("test.html");
463-
// initJSCodeHints();
464-
465456
runs(function () {
466457
var openQuickEditor = SpecRunnerUtils.toggleQuickEditAtOffset(EditorManager.getCurrentFullEditor(), start);
467458
waitsForDone(openQuickEditor, "Open quick editor");

0 commit comments

Comments
 (0)