From 334f8dbe75006974c201693c5b79d007a43ea820 Mon Sep 17 00:00:00 2001 From: Thomas Werner <35447824+huddeldaddel@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:29:49 +0200 Subject: [PATCH] chore: remove duplicated unit test (#177) --- src/test/suite/extension.test.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/test/suite/extension.test.ts b/src/test/suite/extension.test.ts index 1c8511f..cc6155e 100644 --- a/src/test/suite/extension.test.ts +++ b/src/test/suite/extension.test.ts @@ -47,18 +47,6 @@ describe('extension', function() { }); - it('should open as BPMN', async () => { - - // when - await vscode.commands.executeCommand('vscode.open', SIMPLE_TEST_FILE); - - // then - const extension = await getExtension(SIMPLE_TEST_FILE); - - expect(extension, 'editor open').to.exist; - }); - - it('should create new BPMN file', async () => { // when