Skip to content

Commit 216413e

Browse files
authored
Merge pull request #2124 from github/koesie10/move-tests
Move variant analysis tests out from the CLI integration test suite
2 parents 5555fca + b679c18 commit 216413e

File tree

8 files changed

+962
-917
lines changed

8 files changed

+962
-917
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+
});

extensions/ql-vscode/test/vscode-tests/cli-integration/data/variant-analysis-results.zip renamed to extensions/ql-vscode/test/vscode-tests/activated-extension/variant-analysis/data/variant-analysis-results.zip

File renamed without changes.

0 commit comments

Comments
 (0)