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

remove isTestFile check #38

Merged
merged 2 commits into from
Aug 20, 2019
Merged

remove isTestFile check #38

merged 2 commits into from
Aug 20, 2019

Conversation

kentcdodds
Copy link
Contributor

Closes #37

const pathToResolve = applyModuleNameMapper(jestConfig, source) || source;
const resolvedPath = resolvePath(jestConfig, path.dirname(file), pathToResolve);
const resolvedPath = resolvePath(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change (as well as one below) was to satisfy an eslint error I was seeing in my editor thanks to the "prettier/prettier" rule config in this project.

Copy link
Member

@chmanie chmanie left a comment

Choose a reason for hiding this comment

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

This is great! Thanks for the doc additions. These come highly appreciated.

@chmanie chmanie merged commit f284261 into JoinColony:master Aug 20, 2019
@kentcdodds kentcdodds deleted the pr/is-test branch August 20, 2019 18:17
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.

Remove isTestFile check?
2 participants