chore: Add tests to CI (#1984)

This commit is contained in:
CokaKoala
2023-08-30 09:54:34 -04:00
committed by GitHub
parent b15f66c2d9
commit 54f4ecedab
3 changed files with 44 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-theme="skeleton">
<div style="display: contents" class="h-full overflow-hidden">%sveltekit.body%</div>
</body>
</html>