We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949ead4 commit 391d0b2Copy full SHA for 391d0b2
docs/web-apps/automated-testing/cypress/advanced.md
@@ -17,4 +17,4 @@ import AdvancedNodejs, {toc as AdvancedNodejsTOC} from '../\_partials/\_advanced
17
18
<!-- Using partials breaks table of contents. Using this workaround to get it working again. -->
19
20
-export const toc = [AdvancedNodejsTOC, ...AdvancedTOC, ...AdvancedCypressTOC];
+export const toc = [...AdvancedNodejsTOC, ...AdvancedTOC, ...AdvancedCypressTOC];
0 commit comments