Skip to content

Commit

Permalink
Update the mobile testing score (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcscottiii authored Nov 1, 2023
1 parent 8a13f91 commit 51ed280
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion webapp/components/interop-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ export const interopData = {
'name': 'Mobile Testing',
'url': 'https://github.com/web-platform-tests/interop-2023-mobile-testing',
'scores_over_time': [
{ 'date': '2023-06-20', 'score': 400 }
{ 'date': '2023-06-20', 'score': 400 },
{ 'date': '2023-09-26', 'score': 600 },
{ 'date': '2023-10-24', 'score': 700 }
]
}
],
Expand Down
4 changes: 3 additions & 1 deletion webapp/static/interop-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,9 @@
"name": "Mobile Testing",
"url": "https://github.com/web-platform-tests/interop-2023-mobile-testing",
"scores_over_time": [
{ "date": "2023-06-20", "score": 400 }
{ "date": "2023-06-20", "score": 400 },
{ "date": "2023-09-26", "score": 600 },
{ "date": "2023-10-24", "score": 700 }
]
}
],
Expand Down

0 comments on commit 51ed280

Please sign in to comment.