Skip to content

Commit

Permalink
explicitely importing 'expect' from jest for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomura committed Feb 22, 2025
1 parent 0219124 commit 5741a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/tests/auth.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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: 1 addition & 0 deletions e2e/tests/no-auth.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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

0 comments on commit 5741a64

Please sign in to comment.