Move test-runner.ts to /query-testing/test-runner.ts

This commit is contained in:
Charis Kyriakou
2023-04-28 11:08:47 +00:00
parent 7662b3900f
commit c215072d2e
7 changed files with 29 additions and 29 deletions

View File

@@ -23,7 +23,7 @@ import { Event, EventEmitter, CancellationTokenSource } from "vscode";
import { DisposableObject } from "../pure/disposable-object";
import { CodeQLCliServer, TestCompleted } from "../codeql-cli/cli";
import { testLogger } from "../common";
import { TestRunner } from "../test-runner";
import { TestRunner } from "./test-runner";
/**
* Get the full path of the `.expected` file for the specified QL test.