Update description test with action link

This commit is contained in:
Josh Gross
2023-03-06 15:23:26 -05:00
parent 2e4143c8f6
commit c817c9b321
@@ -35,7 +35,9 @@ describe("action descriptions", () => {
.sandbox()
.getOnce("https://api.github.com/repos/actions/checkout/contents/action.yml?ref=v3", actionsCheckoutMetadata);
expect(await getDescription(mock)).toEqual("**Checkout**\n\nCheckout a Git repository at a particular version");
expect(await getDescription(mock)).toEqual(
"[**Checkout**](https://www.github.com/actions/checkout/tree/v3/)\n\nCheckout a Git repository at a particular version"
);
});
it("action does not exist", async () => {