Skip to content

Commit 334f8db

Browse files
authored
chore: remove duplicated unit test (#177)
1 parent 0d2836c commit 334f8db

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/test/suite/extension.test.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,6 @@ describe('extension', function() {
4747
});
4848

4949

50-
it('should open as BPMN', async () => {
51-
52-
// when
53-
await vscode.commands.executeCommand('vscode.open', SIMPLE_TEST_FILE);
54-
55-
// then
56-
const extension = await getExtension(SIMPLE_TEST_FILE);
57-
58-
expect(extension, 'editor open').to.exist;
59-
});
60-
61-
6250
it('should create new BPMN file', async () => {
6351

6452
// when

0 commit comments

Comments
 (0)