-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 Validation For Name & Goal #302
🐛 Add Validation For Name & Goal #302
Conversation
@l2hyunwoo is attempting to deploy a commit to the reworkd Team on Vercel. A member of the Team first needs to authorize it. |
@@ -0,0 +1,16 @@ | |||
import { isEmptyOrBlank } from "../src/utils/whitespace"; | |||
|
|||
describe("WhiteSpace and empty string should return true", () => { |
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.
nice to add tests!
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks! |
@l2hyunwoo looks good! Tried out the preview, users can still make tasks / goals with whitespace at the start or end eg: |
@awtkns ok, I'll keep it through. |
fixed #288