Skip to content

Commit 2d340e4

Browse files
test(init): updated snapshsot
1 parent 76d1ea9 commit 2d340e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/create-webpack-app/init/__snapshots__/init.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ exports[`create-webpack-app cli should generate typescript project correctly 2`]
10731073

10741074
import path from "node:path";
10751075
import { fileURLToPath } from "node:url";
1076-
import { Configuration } from "webpack";
1076+
import { type Configuration } from "webpack";
10771077

10781078
const __filename = fileURLToPath(import.meta.url);
10791079
const __dirname = path.dirname(__filename);

0 commit comments

Comments
 (0)