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: experimenting with windows behaviour #58

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Conversation

bcoe
Copy link
Member

@bcoe bcoe commented Jun 10, 2024

No description provided.

@@ -118,7 +118,7 @@ class TestExclude {

async glob(cwd = this.cwd) {
const globPatterns = getExtensionPattern(this.extension || []);
const globOptions = { cwd, nodir: true, dot: true };
const globOptions = { cwd, nodir: true, dot: true, posix: true };
Copy link
Member Author

Choose a reason for hiding this comment

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

Use posix paths so that test fixtures match.

@bcoe bcoe merged commit 15dcfaa into master Jun 10, 2024
3 checks passed
@bcoe bcoe deleted the windows-experimenting branch June 10, 2024 14:46
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