Skip to content

Commit a7b76c9

Browse files
committed
format
1 parent b164909 commit a7b76c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/jsx/main.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ ${mainJsxSourceMappingURL}`,
3232
);
3333

3434
// resolves jsx-dev
35-
const jsx = loader.resolve("react/jsx-dev-runtime", mainTsx, ResolutionMode.Import);
35+
const jsx = loader.resolve(
36+
"react/jsx-dev-runtime",
37+
mainTsx,
38+
ResolutionMode.Import,
39+
);
3640
assert(jsx.startsWith("file:"));
3741

3842
{

0 commit comments

Comments
 (0)