-
-
Notifications
You must be signed in to change notification settings - Fork 733
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
injecting test & siute to container #4785
Conversation
@@ -23,6 +22,7 @@ module.exports = async function (options) { | |||
container: false, | |||
pageObjects: false, | |||
plugins: false, | |||
ai: true, // we don't need to check AI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm just a bit confused here. Is setting true meaning to skip the check?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should not fail if off
Line 7 in
.. I have the impression that any kind of import fails. Not just for |
@ngraf is that only here or on 3.x as well? also try other things except of Container sorry, I don't use TS much so I don't know how better to test it |
I think I fixed this issue. Please re-check TS |
I installed the beta version in a wrong way. My fault. |
Based on feedback