fix: gist not support username contains numbers (#1622)

This commit is contained in:
Nonpawit Teerachetmongkol
2020-11-06 00:03:16 +07:00
committed by GitHub
parent 1b6a986986
commit fdaa36c9fd
2 changed files with 7 additions and 1 deletions

View File

@@ -9,6 +9,12 @@ describe("Gist", () => {
match
)
).toBeTruthy();
expect(
"https://gist.github.com/n3n/eb51ada6308b539d388c8ff97711adfa".match(
match
)
).toBeTruthy();
});
test("to not be enabled elsewhere", () => {