We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53ad7c commit cb713c5Copy full SHA for cb713c5
ctrf-reports/ctrf-report.json
@@ -6,7 +6,7 @@
6
"summary": {
7
"tests": 10,
8
"passed": 5,
9
- "failed": 3,
+ "failed": 2,
10
"pending": 1,
11
"skipped": 1,
12
"other": 1,
@@ -63,13 +63,6 @@
63
"filePath": "tests/network.test.ts",
64
"suite": "network.test.ts > network"
65
},
66
- {
67
- "name": "should fail to update profile on network failure",
68
- "status": "failed",
69
- "duration": 900,
70
- "filePath": "tests/network.test.ts",
71
- "suite": "network.test.ts > network"
72
- },
73
{
74
"name": "should load user data",
75
"status": "pending",
0 commit comments