Skip to content

Commit bbe0d77

Browse files
committed
test: ✅ add end to end tests for http errors
1 parent 93ebd7b commit bbe0d77

File tree

11 files changed

+7699
-1
lines changed

11 files changed

+7699
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env",
4+
"@babel/preset-react",
5+
"@babel/preset-typescript"
6+
]
7+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>HTTP Errors - Fetch</title>
6+
</head>
7+
<body>
8+
<div id="root"></div>
9+
<script src="dist/app.js"></script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)