Move test-runner.ts to /query-testing/test-runner.ts
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user