From 427873150c0466c27628f604149bbcd6e7b128ca Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Wed, 4 Dec 2024 11:33:04 -0600 Subject: [PATCH] add a test file --- docs/build/guides/conventions/test-your-stuff.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/build/guides/conventions/test-your-stuff.mdx diff --git a/docs/build/guides/conventions/test-your-stuff.mdx b/docs/build/guides/conventions/test-your-stuff.mdx new file mode 100644 index 000000000..2b22b14d3 --- /dev/null +++ b/docs/build/guides/conventions/test-your-stuff.mdx @@ -0,0 +1,10 @@ +--- +title: Test your stuff +description: here is your description +--- + +Here's a test file of a guide in contract conventions. + +It's useful to test stuff, because then you know it's broken (which it always is). + +Happy failing!