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`