-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jest 27 #1
Jest 27 #1
Conversation
…yntax in test/setup_teardown.bench.ts
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.
Hello, thank you for the pull request. However, I see this error when I try to test. Are you seeing this?
FAIL test/setup_teardown.bench.ts
● Test suite failed to run
● Test suite failed to run
TypeError: Cannot read property 'bind' of undefined
at jestAdapter (node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:30:56)
It seems there is something breaking alright. Can you please take care of this?
Ima check that all in a few days, for my experience it looks like jest-circus is kinda broken, couldn't find a solution yet |
… directory" This reverts commit a9b78e8
The requested changes are done, just had to revert one commit. Jest-circus still broken tho |
Looks like the issue is that jest-electron still stucks at jest@v24: hustcc/jest-electron#32 Let's see how that goes. |
Ye, but this issue is more than a year old, I don't think it's gonna happen anytime soon... I think we will be stuck with jest 24 forever For the time being I published my fork on npmjs because I needed this library for my personal use. It's on |
I have publish |
I updated this to work with the current latest major version of jest =) Seems to be working fine