-
Notifications
You must be signed in to change notification settings - Fork 130
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
Jest test for bold and italic command #543
Conversation
5d19f8b
to
76c3507
Compare
This looks great!! i guess we'll have to add more tests cases as we fix bugs. |
Wow cool! The test failed -- actually a useful thing to see!
https://travis-ci.org/github/publiclab/PublicLab.Editor/jobs/703594757#L293 🎉 🎉 |
Great work getting this started. And thanks a ton for the review, @Shulammite-Aso !!! |
@jywarren looked into why the tests were failing and it is because of this #490 (comment) . As indicated here, Also Keshav has fixed this here #490 (comment). Local test results after commenting out |
OK, let's keep a lookout for that fix and then we can rebase this and mark this ready to merge? Thanks! |
ok I will a separate PR to fix and merge this test quickly |
…ompletion added flag to run jest test sequentially
@keshav234156 I've fixed it here itself. Thanks for pointing it out in gsoc planning issue. |
Maybe you should rebase?? |
Already done. |
Please review @jywarren @emilyashley @keshav234156 @NitinBhasneria @Shulammite-Aso . Thanks! |
Restarting Travis!! |
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.
LGTM!!
@shreyaa-sharmaa tests look good and are working well. Can you please document the tests( what each step of a test is doing) so that it becomes easy for the newcomer to understand and implement a similar test for the future. |
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.
LGTM!
Done @keshav234156!! |
Awesome, folks!!! Great work!!!! |
Awesome work! This is tremendous! |
To be merged after #541 . Basic testing of bold and italic function in both modes.
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
grunt jasmine
fixes #0000
-style reference to original issue #@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
We have a loose schedule of reviewing and pulling in changes every Tuesday and Friday, and publishing changes on Fridays.
Thanks!