From b2ac1576cebbb09686f0361ecd480d287e5583fc Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Wed, 18 May 2022 14:08:02 +0300 Subject: [PATCH] Adding editing instructions --- test/integration/CodeExamples.test.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/integration/CodeExamples.test.ts b/test/integration/CodeExamples.test.ts index 85d37a7e..b00f3282 100644 --- a/test/integration/CodeExamples.test.ts +++ b/test/integration/CodeExamples.test.ts @@ -922,3 +922,8 @@ describe('Marketplace flow tests', async () => { }) /// /// ``` }) /// + +/// ## Editing this file +/// Please note that CodeExamples.md is an autogenerated file, you should not edit it directly. +/// Updates should be done in `test/integration/CodeExamples.test.ts` and all markdown should have three forward slashes before it +/// e.g. `/// # H1 Title`