Skip to content

Commit 41338df

Browse files
committed
test: update snapshot
1 parent 2e4ecfe commit 41338df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/__snapshots__/rollup.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ export type Num2 = number;
4949

5050
exports[`rollup > keep ext 1`] = `
5151
"// main.d.ts
52-
export type {} from "./types.js";
53-
export type {} from "./types.js";
54-
export type {} from "./tsx.js";
55-
export type {} from "./tsx.js";
56-
export type {} from "./tsx.js";
57-
export type {} from "./tsx.js";
52+
export {} from "./types.js";
53+
export {} from "./types.js";
54+
export {} from "./tsx.js";
55+
export {} from "./tsx.js";
56+
export {} from "./tsx.js";
57+
export {} from "./tsx.js";
5858
5959
// main.js
6060

0 commit comments

Comments
 (0)