Skip to content
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

[test] Restore "pnpm tc" CLI #14852

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Oct 6, 2024

I have noticed that pnpm tc test-suite was broken working on #14851. After this change this now behaves as before, for example, say I want to run those tests:

describe('<DataGrid /> - Row spanning', () => {

Screen.Recording.2024-10-06.at.20.10.07.mov

I don't know how you guys managed without it. It's so much faster to run. Now, to be fair, those tests need to run in Karma, so not very helpful 😄. Anyway, restoring back to match the main repository. I guess with Vitest, we can use the same pattern.

This changed with #14852.

@mui-bot
Copy link

mui-bot commented Oct 6, 2024

Deploy preview: https://deploy-preview-14852--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 2f9bc23

Copy link
Member

@LukasTy LukasTy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how you guys managed without it. It's so much faster to run.

With .only and .skip sometimes. 🙈 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants