Skip to content

Commit a48e098

Browse files
one more test url
1 parent e185f37 commit a48e098

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.test.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,18 @@ test('getRepositoryInfo', () => {
269269
],
270270
}
271271
`);
272+
expect(getRepositoryInfoAdapter('https://github.com/refined-github/sandbox/tree/😱')).toMatchInlineSnapshot(`
273+
{
274+
"name": "sandbox",
275+
"nameWithOwner": "refined-github/sandbox",
276+
"owner": "refined-github",
277+
"path": "tree/😱",
278+
"pathParts": [
279+
"tree",
280+
"😱",
281+
],
282+
}
283+
`);
272284
}
273285
});
274286

0 commit comments

Comments
 (0)