serhiikh-gk commented on code in PR #1094:
URL:
https://github.com/apache/cordova-plugin-inappbrowser/pull/1094#discussion_r2620371976
##########
package.json:
##########
@@ -48,13 +50,20 @@
"cordova": ">=9.0.0"
},
"7.0.0": {
+ "cordova-android": ">=14.0.0",
+ "cordova-ios": ">=7.0.0",
+ "cordova": ">=12"
+ },
+ "8.0.0": {
"cordova": ">100"
}
}
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
- "@cordova/eslint-config": "^5.0.0"
+ "@cordova/eslint-config": "^5.0.0",
+ "jest": "^30.2.0",
Review Comment:
I've never worked with that, but I'll try to figure out if make sense to
keep new tests or remove. Thank you for the hint.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]