refactor(integration-tests): migrate to chai expect over string expect#5631
refactor(integration-tests): migrate to chai expect over string expect#5631lennonnikolas wants to merge 2 commits intomochajs:mainfrom
Conversation
|
Unsure why the CI is failing... it ran perfectly fine locally. It is complaining about typescript 4.9.5 missing but we have a higher version indicated in the package.json file... |
|
@lennonnikolas you might want to discard current changes in My local change after run |
chore: update package-lock.json
88dadda to
d6eafad
Compare
Hi! Yeah I thought that would fix it with my original second commit. I tried it again and squashed but still the github action is complaining about a missing typescript version. |
|
@mark-wiemer I have been pulling my hair out for days with this When I ran Then I ran From what I am seeing that WebdriverIO is expecting 4.6.2 through peer dependency. When npm resolves a peer dependency range like: "typescript": "^4.6.2" it picks the highest matching version available on the registry which I guess is 4.9.5. Is there any way you can assist with this as far as feedback? |
|
@lennonnikolas I certainly don't want anyone tearing their hair out! Thanks for taking a look and sharing your findings, I'll keep this one on my shortlist to come back to when I have some time. Feel free to take a break on this one, no pressure here! |
|
@lennonnikolas your issue with WebdriverIO's Typescript when pulling |
PR Checklist
status: accepting prsOverview
Start out migrating from string expect to chai expect.