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

Add --no-implicit-module-import #26

Merged
merged 1 commit into from
Jan 5, 2022
Merged

Conversation

martijnbastiaan
Copy link
Owner

Make runner omit the usual pre-test module import. This can be used to
test functions from non-exposed modules.

Closes #10

Make runner omit the usual pre-test module import. This can be used to
test functions from non-exposed modules.

Closes #10
@martijnbastiaan martijnbastiaan merged commit 03bd28c into main Jan 5, 2022
@martijnbastiaan martijnbastiaan deleted the add-no-implicit-imports branch January 5, 2022 21:01
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.

Tests from non-exposed modules can be tested if they're reexported from an exposed module
1 participant