Update getPrimaryAnalysis* and add test

This commit is contained in:
Michael B. Gale
2026-02-11 22:28:03 +00:00
parent 8cc4d2539b
commit 6a17f4e258
4 changed files with 37 additions and 16 deletions
+2 -1
View File
@@ -1,3 +1,5 @@
import path from "path";
import test from "ava";
import * as sinon from "sinon";
@@ -14,7 +16,6 @@ import {
import { getRunnerLogger } from "./logging";
import { setupTests } from "./testing-utils";
import { ConfigurationError } from "./util";
import path from "path";
setupTests(test);