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] Fix type tests not being type checked #21539

Merged
merged 2 commits into from Jun 22, 2020

Conversation

eps1lon
Copy link
Member

@eps1lon eps1lon commented Jun 22, 2020

The dtslint rule expect was not only responsible for $Expect directives but also to let tslint fail if the file failed type checking.

Re-enabling it until we actually need to migrate to eslint. Need to manually verify we don't use the $Expect directives.

@@ -991,7 +991,11 @@ const SelectTest = () => (
</Select>
);

const InputAdornmentTest = () => <InputAdornment position="end" onClick={() => alert('Hello')} />;
Copy link
Member Author

Choose a reason for hiding this comment

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

Failing as of #21383

@mui-pr-bot
Copy link

Details of bundle changes

Generated by 🚫 dangerJS against 2df4806

@eps1lon eps1lon merged commit c26ede5 into mui:next Jun 22, 2020
@eps1lon eps1lon deleted the test/run-type-tests branch June 22, 2020 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants