-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix bisect ppx #6
base: main
Are you sure you want to change the base?
Conversation
Tests say:
Not sure if this is ready for review but just letting you know. |
@anmonteiro thanks for the heads up. took a while, but it seems now everything's good. |
jest.config.js
Outdated
// ignoring these, are they are just temporary copies from runtime_deps, the final ones are in | ||
// the path with melange.emit target, e.g. _build/default/dom/test/test/dom/test/__snapshots__ | ||
modulePathIgnorePatterns: ["react/test/__snapshots__", "dom/test/__snapshots__"] |
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.
trying my best 😄
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.
looks like a painful setup tbh
the bisect or the jest one? |
The Bisect setup |
No description provided.