return all specs from findSpecs, improve types

This commit is contained in:
Lachlan Miller
2021-09-16 16:32:34 +10:00
parent 390e1a276b
commit ec4748ca2d
10 changed files with 132 additions and 122 deletions
+1 -1
View File
@@ -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