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

refactor(tests): use find instead of Glob API #130

Merged
merged 2 commits into from
Aug 16, 2024
Merged

refactor(tests): use find instead of Glob API #130

merged 2 commits into from
Aug 16, 2024

Conversation

metonym
Copy link
Collaborator

@metonym metonym commented Aug 16, 2024

The script that executes the e2e tests can be refactored to use Shell instead of Glob.

find tests/e2e -maxdepth 1

tests/e2e
tests/e2e/single-export
tests/e2e/multi-export-typed
tests/e2e/carbon
tests/e2e/multi-export
tests/e2e/multi-folders
tests/e2e/single-export-default-only
tests/e2e/glob
tests/e2e/multi-export-typed-ts-only

@metonym metonym merged commit b4e42f9 into main Aug 16, 2024
4 checks passed
@metonym metonym deleted the concise-glob branch August 16, 2024 18:42
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.

1 participant