Skip to content

Commit

Permalink
rename test explorer to test discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Dec 23, 2024
1 parent cca48b5 commit eea9581
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion vscode/src/testExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
ICompilerWorker,
log,
ProgramConfig,
QscEventTarget,
} from "qsharp-lang";
import { getActiveProgram } from "./programConfig";
import {
Expand Down
4 changes: 2 additions & 2 deletions wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ mod line_column;
mod logging;
mod project_system;
mod serializable_type;
mod test_explorer;
mod test_discovery;

pub use test_explorer::get_test_callables;
pub use test_discovery::get_test_callables;

#[cfg(test)]
mod tests;
Expand Down
File renamed without changes.

0 comments on commit eea9581

Please sign in to comment.