Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham committed Sep 10, 2024
1 parent f3349a6 commit e560c1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/testRunner/unittests/tsbuild/sample.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { Baseline } from "../../_namespaces/Harness.js";
import * as ts from "../../_namespaces/ts.js";
import { jsonToReadableText } from "../helpers.js";
import { fakeTsVersion, patchHostForBuildInfoReadWrite } from "../helpers/baseline.js";
import {
fakeTsVersion,
patchHostForBuildInfoReadWrite,
} from "../helpers/baseline.js";
import { getTypeScriptLibTestLocation } from "../helpers/contents.js";
import {
getSysForSampleProjectReferences,
Expand Down

0 comments on commit e560c1f

Please sign in to comment.