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

Fix declarationDir is inside compilerOptions not on root config #3358

Merged
merged 6 commits into from
Jan 17, 2022

Conversation

kamontat
Copy link
Contributor

No description provided.

declaration: false,
declarationMap: false,
});
).not.hasOwnProperty('declarationDir');
Copy link
Member

Choose a reason for hiding this comment

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

Great find! So we had a test for it, but it never worked correctly? 😢

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I just spotted this as well, because previous test only look for what is there, but not check what should missing.

Copy link
Member

Choose a reason for hiding this comment

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

🤦‍♂️

Copy link
Member

Choose a reason for hiding this comment

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

Serves me right for not adding an integration test when I implemented this fix.

@nicojs
Copy link
Member

nicojs commented Jan 17, 2022

Thanks for the PR. You can use npm run lint -- --fix to fix linting If I'm not mistaken.

@nicojs nicojs merged commit 3b510e2 into stryker-mutator:master Jan 17, 2022
@kamontat kamontat deleted the patch-1 branch January 18, 2022 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants