Skip to content

Commit ddce602

Browse files
committed
chore(tests): removing redundent snapshot
1 parent 11a1b1d commit ddce602

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

test/__snapshots__/tranform-template.test.js.snap

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Transform template test should render jsx 1`] = `
4-
"import 'virtual:windi.css';
5-
export default function Layout({
6-
title,
7-
children
8-
}) {
9-
return /*#__PURE__*/React.createElement(\\"div\\", {
10-
id: \\"layout-wrapper\\",
11-
className: 'bg-gray-100 text-gray-900 dark:bg-gray-900 dark:text-gray-100'
12-
}, /*#__PURE__*/React.createElement(Head, null, /*#__PURE__*/React.createElement(\\"title\\", null, title)), children, /*#__PURE__*/React.createElement(\\"style\\", {
13-
jsx: true,
14-
global: true
15-
}, \`body:hover {
16-
--tw-bg-opacity: 1;
17-
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
18-
font-size: 0.75rem;
19-
line-height: 1rem;
20-
}
21-
body {
22-
height: 100vh;
23-
margin: 0px;
24-
overflow: hidden;
25-
padding: 0px;
26-
width: 100vw;
27-
font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI',
28-
'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
29-
'Helvetica Neue', 'sans-serif';
30-
-webkit-font-smoothing: antialiased;
31-
-moz-osx-font-smoothing: grayscale;
32-
}
33-
\`));
34-
}"
35-
`;
36-
373
exports[`Transform template test should render jsx: layout1 1`] = `
384
"import 'virtual:windi.css';
395
export default function Layout({

0 commit comments

Comments
 (0)