-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
Add jest tests for create-toolpad-app
#1965
Conversation
Have you seen the test output? https://app.circleci.com/pipelines/github/mui/mui-toolpad/7236/workflows/992b6458-36d0-496e-b685-e7297008af48/jobs/31467/parallel-runs/0/steps/0-113 To avoid async issues, avoid using callbacks and |
I've pushed a commit proposing an updated setup that may be easier to work with |
}), | ||
}), | ||
); | ||
}); |
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.
Weren't you going to try running the app in this test as well?
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.
Yes, I'm currently on that (also adding the no-install
option to make running this test quicker)
create-toolpad-app
#1901