-
Notifications
You must be signed in to change notification settings - Fork 101
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
Added parameters for custom glob patterns and glob options... #375
base: master
Are you sure you want to change the base?
Conversation
…o preserving backward compatibility with the serveDotFiles option provided by the plugin.
Test do fail because of previous commits. Even freshly cloned repository fail. Who gonna fix that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening a PR! Can you please add a unit test?
Co-authored-by: Frazer Smith <[email protected]>
Well, without unit tests the CI CD Pipeline will fail, because we expect 100% test coverage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening a PR! Can you please add a unit test?
A test is still missing |
Added parameters for custom glob patterns and glob options, while also preserving backward compatibility with the serveDotFiles option provided by the plugin. As of #178
Checklist
npm run test
andnpm run benchmark
and the Code of conduct