-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Chore: Test fixes for config-array-factory.js #13
Conversation
Thanks @mdjermanovic for your help. All the tests are now passing! 🎉 |
What's happening with macOS test, those look like real failures (not timeouts). |
Huh, wasn’t happening before. I have no idea what the problem is and I don’t have a Mac to test locally. |
Okay, so it looks like we are running into the infamous "temp directory on MacOS isn't returned correctly in Node.js" problem (nodejs/node#11422). I switched to using https://github.com/sindresorhus/temp-dir instead of the native utility. No idea why these tests weren't failing in the main repo before but all fixed now (with timeout!). |
I've converted all of the tests over, but three are still failing and I can't figure out why. Any help would be greatly appreciated.