Skip to content

Commit

Permalink
Merge pull request #7264 from shourysingh07/issue_512
Browse files Browse the repository at this point in the history
Fixed the broken link on p5.js website page for "How to add Friendly Error Messages"
  • Loading branch information
Qianqianye committed Sep 13, 2024
2 parents 25a0bff + 9747f5b commit 4fbbaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributor_docs/how-to-add-friendly-error-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ The above parameter validation message will be shown in Korean if the browser is

Please consider adding unit tests for your new FE messages to detect bugs early and to ensure your code is delivering intended messages to our users. Also, unit tests are a good way to make sure other contributor’s new code does not accidentally break or interfere with the functionality of your code. Here are a few good guides on unit testing:

- [Unit Testing and Test Driven Development](https://docs.google.com/document/d/1iw60L1abRJZDn1zUViO9A0j6Fco4yFoQ9LXIlEEroN8/edit?usp=sharing) by Andy Timmons
- [Unit Testing and Test Driven Development](https://archive.p5js.org/learn/tdd.html) by Andy Timmons
- [Contributors Doc: Unit Testing](./unit_testing.md)


Expand Down

0 comments on commit 4fbbaf5

Please sign in to comment.