Skip to content

Commit

Permalink
test: Added basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdornseif committed Feb 16, 2024
1 parent 3ffb55f commit 60a36c2
Show file tree
Hide file tree
Showing 7 changed files with 1,412 additions and 28 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

0 comments on commit 60a36c2

Please sign in to comment.