Skip to content

Commit c3b1073

Browse files
authored
Remove stranded legacy plugin links (#6111)
1 parent bde2fa6 commit c3b1073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/node-events/overview.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ You can use the `task` event to do things like:
233233
## Execution context
234234

235235
The [`setupNodeEvents`](/app/references/configuration#setupNodeEvents)
236-
function (or deprecated [plugins file][legacypluginsfile] function) is invoked
236+
function is invoked
237237
when Cypress opens a project.
238238

239239
Cypress does this by spawning an independent `child_process` which then
@@ -246,7 +246,7 @@ This code will be executed using the Node version that launched Cypress.
246246

247247
When Cypress executes the
248248
[`setupNodeEvents`](/app/references/configuration#setupNodeEvents) function
249-
(or deprecated [plugins file][legacypluginsfile] function) it will execute with
249+
it will execute with
250250
`process.cwd()` set to your project's path. Additionally - you will be able to
251251
`require` **any node module** you have installed, including local files inside
252252
your project.
@@ -289,7 +289,7 @@ itself runs in. That means you cannot accidentally modify or change Cypress's
289289
own execution in any way.
290290

291291
If your [`setupNodeEvents`](/app/references/configuration#setupNodeEvents)
292-
function (or deprecated [plugins file][legacypluginsfile] function) has an
292+
function has an
293293
uncaught exception, an unhandled rejection from a promise, or a syntax error -
294294
Cypress will automatically catch those and display them to you inside of the
295295
console and even in Cypress itself.

0 commit comments

Comments
 (0)