following #6085 * Inject fake `Now` function to tests of `issue list` / `pr list` * Remove `regexp` from the tests
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"data": {
|
|
"repository": {
|
|
"hasIssuesEnabled": true,
|
|
"issues": {
|
|
"totalCount": 3,
|
|
"nodes": [
|
|
{
|
|
"number": 1,
|
|
"title": "number won",
|
|
"url": "https://wow.com",
|
|
"updatedAt": "2022-08-24T22:01:12Z",
|
|
"labels": {
|
|
"nodes": [
|
|
{
|
|
"name": "label"
|
|
}
|
|
],
|
|
"totalCount": 1
|
|
}
|
|
},
|
|
{
|
|
"number": 2,
|
|
"title": "number too",
|
|
"url": "https://wow.com",
|
|
"updatedAt": "2022-07-20T19:01:12Z",
|
|
"labels": {
|
|
"nodes": [
|
|
{
|
|
"name": "label"
|
|
}
|
|
],
|
|
"totalCount": 1
|
|
}
|
|
},
|
|
{
|
|
"number": 4,
|
|
"title": "number fore",
|
|
"url": "https://wow.com",
|
|
"updatedAt": "2020-01-26T19:01:12Z",
|
|
"labels": {
|
|
"nodes": [
|
|
{
|
|
"name": "label"
|
|
}
|
|
],
|
|
"totalCount": 1
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|