Skip to content

Commit daaeb5b

Browse files
committed
Move some variant analysis manager test to activated extension suite
1 parent 2b346b6 commit daaeb5b

File tree

5 files changed

+953
-895
lines changed

5 files changed

+953
-895
lines changed

extensions/ql-vscode/test/vscode-tests/activated-extension/jest.setup.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {
2+
afterAllAction,
23
beforeAllAction,
34
beforeEachAction,
45
} from "../jest.activated-extension.setup";
@@ -10,3 +11,7 @@ beforeAll(async () => {
1011
beforeEach(async () => {
1112
await beforeEachAction();
1213
});
14+
15+
afterAll(async () => {
16+
await afterAllAction();
17+
});

0 commit comments

Comments
 (0)