We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca98b93 commit f499d26Copy full SHA for f499d26
packages/react-router/__tests__/server-runtime/utils.ts
@@ -1,5 +1,3 @@
1
-import prettier from "prettier";
2
-
3
import type { FutureConfig } from "../../lib/dom/ssr/entry";
4
import type {
5
ServerRoute,
@@ -119,11 +117,3 @@ export function mockServerBuild(
119
117
),
120
118
};
121
}
122
123
-export function prettyHtml(source: string): string {
124
- return prettier.format(source, { parser: "html" });
125
-}
126
127
-export function isEqual<A, B>(
128
- arg: A extends B ? (B extends A ? true : false) : false
129
-): void {}
0 commit comments