Added a callout link to the docs

This commit is contained in:
James Ritchie
2023-06-29 14:42:49 +01:00
parent 183761b01f
commit d07ac4fef0
@@ -188,6 +188,12 @@ export function HowToRunATest() {
When youre happy with the payload, click Run test.
</Paragraph>
</StepContentContainer>
<Callout
variant="docs"
href="https://trigger.dev/docs/documentation/guides/testing-jobs"
>
Learn more about running tests.
</Callout>
</>
);
}