remove part of test

This commit is contained in:
Aiday Marlen Kyzy
2024-03-21 11:28:47 +01:00
parent d1e28c49f3
commit bdf352fe4e

View File

@@ -704,16 +704,6 @@ suite('`Full` Auto Indent On Type - TypeScript/JavaScript', () => {
' ',
'}',
].join('\n'));
viewModel.type("\n", 'keyboard');
assert.strictEqual(model.getValue(), [
'function f() {',
' if (condition)',
' return;',
' ',
' ',
'}',
].join('\n'));
});
});