chore: Fix the testing of the output.ts

This commit is contained in:
BluJ
2023-03-28 11:37:17 -06:00
parent 5943d961ed
commit 5f9a9ea4ff
10 changed files with 172 additions and 182 deletions

View File

@@ -1,10 +1,6 @@
import { BuilderExtract, IBuilder } from "./builder";
import { Config } from "./config";
import {
InputSpec,
UniqueBy,
ValueSpecList,
} from "../config-types";
import { InputSpec, UniqueBy, ValueSpecList } from "../config-types";
import { guardAll } from "../../util";
/**