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 export use in the tests #123

Merged
merged 1 commit into from
Dec 3, 2023
Merged

fix export use in the tests #123

merged 1 commit into from
Dec 3, 2023

Conversation

amtoine
Copy link
Owner

@amtoine amtoine commented Dec 3, 2023

this is a minor refactor in the tests.
instead of doing

module some-tests {
    ...
}
export use some-tests

it's possible to directly do

export module some-tests {
    ...
}

@amtoine amtoine added tests Something related to the tests of the library refactor Changes that just moves code around without altering features labels Dec 3, 2023
@amtoine amtoine merged commit 1a23238 into main Dec 3, 2023
4 checks passed
@amtoine amtoine deleted the fix-export-use-of-tests branch December 3, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Changes that just moves code around without altering features tests Something related to the tests of the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant