From dab1e0b976d1ca51bc49d01d294dc9bf0e1a556e Mon Sep 17 00:00:00 2001 From: astone123 Date: Tue, 8 Nov 2022 09:52:06 -0500 Subject: [PATCH] chore: remove links to adapter readmes --- content/api/commands/mount.md | 4 ++++ content/partials/import-mount-functions.md | 18 +++++++----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/api/commands/mount.md b/content/api/commands/mount.md index 14c4b2ee1b..394074eb02 100644 --- a/content/api/commands/mount.md +++ b/content/api/commands/mount.md @@ -35,6 +35,10 @@ to start with for your commands: @@ -58,10 +57,7 @@ The `mount()` command exported from the [cypress/angular](https://github.com/cypress-io/cypress/tree/develop/npm/angular) library uses [Angular TestBed](https://angular.io/api/core/testing/TestBed) internally, but instead of mounting your components in a virtual browser in -node, it mounts them in your actual browser. If you have any questions about -mount options that aren't covered in this guide, be sure to check out the -library -[documentation](https://github.com/cypress-io/cypress/tree/develop/npm/angular#readme). +node, it mounts them in your actual browser.