cypress 8.4.0 → 8.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/types/cypress.d.ts +1 -1
package/package.json
CHANGED
package/types/cypress.d.ts
CHANGED
@@ -2876,7 +2876,7 @@ declare namespace Cypress {
|
|
2876
2876
|
socketId: null | string
|
2877
2877
|
socketIoCookie: string
|
2878
2878
|
socketIoRoute: string
|
2879
|
-
spec: Cypress['spec']
|
2879
|
+
spec: Cypress['spec'] | null
|
2880
2880
|
specs: Array<Cypress['spec']>
|
2881
2881
|
xhrRoute: string
|
2882
2882
|
xhrUrl: string
|