Skip to content

Commit

Permalink
test: 💍 don't cover requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Sep 7, 2021
1 parent 57d5520 commit d62e82a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
1 change: 1 addition & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ module.exports = {
'!src/pages/**/*',
'!src/components/Checkout/createCheckoutSession.ts',
'!src/types/*',
'!src/libs/requests.ts',
],
};
27 changes: 14 additions & 13 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<meta name="description" content="Enki Jewellery & Craft Gallery shop in Kings Heath, Birmingham, UK">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
name="description"
content="Enki Jewellery & Craft Gallery shop in Kings Heath, Birmingham, UK"
/>
<title>Enki</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/build/bundle-1631005554093.css'>
<script defer src='/build/bundle-1631005554093.js'></script>

<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" href="/global.css" />
<link rel="stylesheet" href="/build/bundle-1631005554093.css" />

<script defer src="/build/bundle-1631005554093.js"></script>
</head>
<body>
</body>
</html>
<body></body>
</html>

0 comments on commit d62e82a

Please sign in to comment.