Skip to content

Commit f0e27ed

Browse files
committed
clean snapshot
1 parent 97ca66b commit f0e27ed

File tree

2 files changed

+0
-102
lines changed

2 files changed

+0
-102
lines changed

test/__snapshots__/rspack.test.ts.snap

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -173,36 +173,6 @@ exports[`expect rspack with HtmlRspackPlugin > test injectBottom with basePath 1
173173
<h1>Unplugin Inject Preload</h1>
174174
175175
176-
</body></html>"
177-
`;
178-
179-
exports[`expect rspack with HtmlRspackPlugin > test issue9 1`] = `
180-
"<!DOCTYPE html>
181-
<html>
182-
<head>
183-
<meta charset="utf-8" />
184-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
185-
<!--__unplugin-inject-preload__-->
186-
<title>Unplugin Inject Preload</title><script src="/main.js" defer></script><link href="/main.css" rel="stylesheet" /></head>
187-
<body>
188-
<h1>Unplugin Inject Preload</h1>
189-
190-
191-
</body></html>"
192-
`;
193-
194-
exports[`expect rspack with HtmlRspackPlugin > test issue9 with basePath 1`] = `
195-
"<!DOCTYPE html>
196-
<html>
197-
<head>
198-
<meta charset="utf-8" />
199-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
200-
<!--__unplugin-inject-preload__-->
201-
<title>Unplugin Inject Preload</title><script src="/base/main.js" defer></script><link href="/base/main.css" rel="stylesheet" /></head>
202-
<body>
203-
<h1>Unplugin Inject Preload</h1>
204-
205-
206176
</body></html>"
207177
`;
208178
@@ -524,42 +494,6 @@ exports[`expect rspack with HtmlWebpackPlugin > test injectBottom with basePath
524494
"
525495
`;
526496
527-
exports[`expect rspack with HtmlWebpackPlugin > test issue9 1`] = `
528-
"<!DOCTYPE html>
529-
<html>
530-
<head>
531-
<meta charset="utf-8"/>
532-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
533-
<title>Unplugin Inject Preload</title>
534-
<script defer src="/main.js"></script><link href="/main.css" rel="stylesheet">
535-
<!--__unplugin-inject-preload__-->
536-
<script defer src="/main.js"></script><link href="/main.css" rel="stylesheet"></head>
537-
<body>
538-
<h1>Unplugin Inject Preload</h1>
539-
540-
</body>
541-
</html>
542-
"
543-
`;
544-
545-
exports[`expect rspack with HtmlWebpackPlugin > test issue9 with basePath 1`] = `
546-
"<!DOCTYPE html>
547-
<html>
548-
<head>
549-
<meta charset="utf-8"/>
550-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
551-
<title>Unplugin Inject Preload</title>
552-
<script defer src="/base/main.js"></script><link href="/base/main.css" rel="stylesheet">
553-
<!--__unplugin-inject-preload__-->
554-
<script defer src="/base/main.js"></script><link href="/base/main.css" rel="stylesheet"></head>
555-
<body>
556-
<h1>Unplugin Inject Preload</h1>
557-
558-
</body>
559-
</html>
560-
"
561-
`;
562-
563497
exports[`expect rspack with HtmlWebpackPlugin > test modulepreload 1`] = `
564498
"<!DOCTYPE html>
565499
<html>

test/__snapshots__/webpack.test.ts.snap

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -186,42 +186,6 @@ exports[`expect webpack > test injectBottom with basePath 1`] = `
186186
"
187187
`;
188188
189-
exports[`expect webpack > test issue9 1`] = `
190-
"<!DOCTYPE html>
191-
<html>
192-
<head>
193-
<meta charset="utf-8"/>
194-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
195-
<title>Webpack App</title>
196-
<script defer src="/main.js"></script><link href="/main.css" rel="stylesheet">
197-
<!--__unplugin-inject-preload__-->
198-
</head>
199-
<body>
200-
<h1>Unplugin Inject Preload</h1>
201-
202-
</body>
203-
</html>
204-
"
205-
`;
206-
207-
exports[`expect webpack > test issue9 with basePath 1`] = `
208-
"<!DOCTYPE html>
209-
<html>
210-
<head>
211-
<meta charset="utf-8"/>
212-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
213-
<title>Webpack App</title>
214-
<script defer src="/base/main.js"></script><link href="/base/main.css" rel="stylesheet">
215-
<!--__unplugin-inject-preload__-->
216-
</head>
217-
<body>
218-
<h1>Unplugin Inject Preload</h1>
219-
220-
</body>
221-
</html>
222-
"
223-
`;
224-
225189
exports[`expect webpack > test modulepreload 1`] = `
226190
"<!DOCTYPE html>
227191
<html>

0 commit comments

Comments
 (0)