Skip to content

Commit

Permalink
chore: remove duplicated unit test (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
huddeldaddel authored Sep 18, 2024
1 parent 0d2836c commit 334f8db
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/test/suite/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 334f8db

Please sign in to comment.