Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Nov 6, 2024
1 parent 7a80e9a commit 03035f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ make build es=es2021 uglify=true excludeLanguages="ru,ar,cs_cz,de,es,fa,fi,fr,he
## Tests

Before making any functional changes or fixing a bug, you need to create tests for them.
We follow the [TDD (Test-Driven Development)](<(https://en.wikipedia.org/wiki/Test-driven_development)>) methodology,
We follow the [TDD (Test-Driven Development)](https://en.wikipedia.org/wiki/Test-driven_development) methodology,
where we write automated tests first and then implement the functionality.
Maintaining a comprehensive test suite is crucial for our editor.
To run all tests, use the following command:
Expand Down

0 comments on commit 03035f4

Please sign in to comment.