mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 01:51:03 +09:00
Documentation: Fix typo in Testing markdown
This commit is contained in:
parent
4b1deb6fe1
commit
e98e9b8e81
Notes:
github-actions[bot]
2024-11-20 14:49:07 +00:00
Author: https://github.com/warpdesign 🔰
Commit: e98e9b8e81
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2459
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Testing Ladybird
|
# Testing Ladybird
|
||||||
|
|
||||||
Tests are locates in `Tests/`, with a directory for each library.
|
Tests are located in `Tests/`, with a directory for each library.
|
||||||
|
|
||||||
Every feature or bug fix added to LibWeb should have a corresponding test in `Tests/LibWeb`.
|
Every feature or bug fix added to LibWeb should have a corresponding test in `Tests/LibWeb`.
|
||||||
The test should be either a Text, Layout, Ref, or Screenshot test depending on the feature.
|
The test should be either a Text, Layout, Ref, or Screenshot test depending on the feature.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue