mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 19:41:16 -05:00
return all specs from findSpecs, improve types
This commit is contained in:
Vendored
+1
-1
@@ -2876,7 +2876,7 @@ declare namespace Cypress {
|
||||
socketId: null | string
|
||||
socketIoCookie: string
|
||||
socketIoRoute: string
|
||||
spec: Cypress['spec']
|
||||
spec: Cypress['spec'] | null
|
||||
specs: Array<Cypress['spec']>
|
||||
xhrRoute: string
|
||||
xhrUrl: string
|
||||
|
||||
Reference in New Issue
Block a user