-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add exclude files, exts, paths and add new events #53
base: master
Are you sure you want to change the base?
Conversation
5d2ee18
to
7e3bd9b
Compare
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.
- Please do not drop old events
- Add an issue to deprecate old events before release 2.0
- Remove line in example in readme
6245432
to
a3a8c84
Compare
Should I make an issue about this? |
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.
- Move
is*
methods out of class - Rename events to
rmdir
,delete
75bb60c
to
7cec97c
Compare
d6c2bce
to
5eb4255
Compare
}, WRITE_TIMEOUT); | ||
}); | ||
|
||
metatests.test('Delete file (rm)', (test) => { |
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.
Maybe, need update test descriptions like Delete: rm
and Delete: rmdir
?
npm t
)npm run fmt
)