cypress 12.13.0 → 12.14.0
Sign up to get free protection for your applications and to get access to all the features.
- package/angular/dist/index.js +1 -0
- package/package.json +3 -3
package/angular/dist/index.js
CHANGED
@@ -110,6 +110,7 @@ function cleanup() {
|
|
110
110
|
// 'zone.js/testing' is not properly aliasing `it.skip` but it does provide `xit`/`xspecify`
|
111
111
|
// Written up under https://github.com/angular/angular/issues/46297 but is not seeing movement
|
112
112
|
// so we'll patch here pending a fix in that library
|
113
|
+
// @ts-ignore Ignore so that way we can bypass semantic error TS7017: Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
113
114
|
globalThis.it.skip = globalThis.xit;
|
114
115
|
let CypressAngularErrorHandler = class CypressAngularErrorHandler {
|
115
116
|
handleError(error) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "12.
|
3
|
+
"version": "12.14.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
@@ -118,8 +118,8 @@
|
|
118
118
|
},
|
119
119
|
"buildInfo": {
|
120
120
|
"commitBranch": "develop",
|
121
|
-
"commitSha": "
|
122
|
-
"commitDate": "2023-
|
121
|
+
"commitSha": "65fe540d931add189375357e0a4485a921642f0e",
|
122
|
+
"commitDate": "2023-06-06T21:50:16.000Z",
|
123
123
|
"stable": true
|
124
124
|
},
|
125
125
|
"description": "Cypress is a next generation front end testing tool built for the modern web",
|