-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
feat: support {String}
patterns
#155
feat: support {String}
patterns
#155
Conversation
@@ -1053,6 +1053,25 @@ describe('apply function', () => { | |||
}); | |||
}); | |||
|
|||
describe('with simple string patterns', () => { | |||
it('can move multiple files', (done) => { |
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.
Wording could be better if anyone has suggestions.
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.
describe('Patterns - {String}', () => {
it('Multiple Files', () => {})
})
But 🐦 , all good
@michael-ciniawsky Please review, thanks! |
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.
Seems good
{String}
patterns
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.
@cletusw thx
@@ -1053,6 +1053,25 @@ describe('apply function', () => { | |||
}); | |||
}); | |||
|
|||
describe('with simple string patterns', () => { | |||
it('can move multiple files', (done) => { |
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.
describe('Patterns - {String}', () => {
it('Multiple Files', () => {})
})
But 🐦 , all good
@cletusw Please update the docs ( |
056a60b
to
ccda84c
Compare
ccda84c
to
f456985
Compare
@michael-ciniawsky Okay, I've added the changes to the README to my string-patterns branch but for some reason the PR is not updating. |
Never mind, it just updated. Weird. |
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.
@cletusw Thx
Fixes #150