-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace Snap with @barelyhuman/node-snapshot and update snapshots
- Loading branch information
1 parent
e39dcdf
commit 3dd293d
Showing
16 changed files
with
228 additions
and
50 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
exports["devMode ssr minimal > gives a static response 1"] = `" | ||
<!doctype html> | ||
<html lang=""> | ||
<head> | ||
<script type="module" src="/@vite/client"></script> | ||
<meta charset="UTF-8" /> | ||
<title></title> | ||
</head> | ||
<body> | ||
<div id="app"><h1>Hello World</h1></div> | ||
<script type='module' src="/virtual:adex:client"></script></body> | ||
</html> | ||
"` | ||
|
||
exports["devMode ssr minimal > gives a static response 2"] = `" | ||
<!doctype html> | ||
<html lang=""> | ||
<head> | ||
<script type="module" src="/@vite/client"></script> | ||
<meta charset="UTF-8" /> | ||
<title></title> | ||
</head> | ||
<body> | ||
<div id="app"><h2>About</h2></div> | ||
<script type='module' src="/virtual:adex:client"></script></body> | ||
</html> | ||
"` | ||
|
||
exports["devMode ssr minimal > blank styles 1"] = `"import { createHotContext as __vite__createHotContext } from "/@vite/client";import.meta.hot = __vite__createHotContext("/@id/__x00__virtual:adex:global.css");import { updateStyle as __vite__updateStyle, removeStyle as __vite__removeStyle } from "/@vite/client" | ||
const __vite__id = "virtual:adex:global.css" | ||
const __vite__css = "" | ||
__vite__updateStyle(__vite__id, __vite__css) | ||
import.meta.hot.accept() | ||
import.meta.hot.prune(() => __vite__removeStyle(__vite__id))"` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
exports["devMode ssr minimal with styles > gives a non-static ssr response 1"] = `" | ||
<!doctype html> | ||
<html lang=""> | ||
<head> | ||
<script type="module" src="/@vite/client"></script> | ||
<meta charset="UTF-8" /> | ||
<title></title> | ||
</head> | ||
<body> | ||
<div id="app"><h1 class="text-red-500">Hello World</h1></div> | ||
<script type='module' src="/virtual:adex:client"></script></body> | ||
</html> | ||
"` | ||
|
||
exports["devMode ssr minimal with styles > gives a static SSR response 1"] = `" | ||
<!doctype html> | ||
<html lang=""> | ||
<head> | ||
<script type="module" src="/@vite/client"></script> | ||
<meta charset="UTF-8" /> | ||
<title></title> | ||
</head> | ||
<body> | ||
<div id="app"><h2>About</h2></div> | ||
<script type='module' src="/virtual:adex:client"></script></body> | ||
</html> | ||
"` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
exports["devMode ssr minimal > gives a non-static ssr response 1"] = `" | ||
<!doctype html> | ||
<html lang=""> | ||
<head> | ||
<script type="module" src="/@vite/client"></script> | ||
<meta charset="UTF-8" /> | ||
<title></title> | ||
</head> | ||
<body> | ||
<div id="app"><h1>Hello World</h1></div> | ||
<script type='module' src="/virtual:adex:client"></script></body> | ||
</html> | ||
"` | ||
|
||
exports["devMode ssr minimal > blank styles 1"] = `"import { createHotContext as __vite__createHotContext } from "/@vite/client";import.meta.hot = __vite__createHotContext("/@id/__x00__virtual:adex:global.css");import { updateStyle as __vite__updateStyle, removeStyle as __vite__removeStyle } from "/@vite/client" | ||
const __vite__id = "virtual:adex:global.css" | ||
const __vite__css = "" | ||
__vite__updateStyle(__vite__id, __vite__css) | ||
import.meta.hot.accept() | ||
import.meta.hot.prune(() => __vite__removeStyle(__vite__id))"` | ||
|
||
exports["devMode ssr minimal > gives a static SSR response 1"] = `" | ||
<!doctype html> | ||
<html lang=""> | ||
<head> | ||
<script type="module" src="/@vite/client"></script> | ||
<meta charset="UTF-8" /> | ||
<title></title> | ||
</head> | ||
<body> | ||
<div id="app"><h2>About</h2></div> | ||
<script type='module' src="/virtual:adex:client"></script></body> | ||
</html> | ||
"` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.