Skip to content

Commit

Permalink
trying different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomura committed Feb 22, 2025
1 parent 5741a64 commit f812bf8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion e2e/tests/auth.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { expect } from '@jest/globals';
import { before, after, EditorView, Workbench, By, ActivityBar, SideBarView } from 'vscode-extension-tester';

describe('Auth User', async () => {
Expand Down
1 change: 0 additions & 1 deletion e2e/tests/no-auth.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { expect } from '@jest/globals';
import { before, ActivityBar, after, SideBarView, By, EditorView, Workbench } from 'vscode-extension-tester';

describe('Atlassian Extension Activity Bar', async () => {
Expand Down
2 changes: 1 addition & 1 deletion e2e/tsconfig.e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"noUnusedLocals": true,
"typeRoots": ["node_modules/@types", "src/typings/"]
},
"include": ["tests/**/*"]
"include": ["tests/**/*", "jest.config.js"]
}

0 comments on commit f812bf8

Please sign in to comment.