We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a9753 commit 1b7d0daCopy full SHA for 1b7d0da
extensions/ql-vscode/src/qltest-discovery.ts
@@ -6,7 +6,7 @@ import { MultiFileSystemWatcher } from 'semmle-vscode-utils';
6
import { CodeQLCliServer } from './cli';
7
8
/**
9
- * A node in the tree of tests. This will be either a `QLTestDirector` or a `QLTestFile`.
+ * A node in the tree of tests. This will be either a `QLTestDirectory` or a `QLTestFile`.
10
*/
11
export abstract class QLTestNode {
12
constructor(private _path: string, private _name: string) {
0 commit comments