roc/crates/editor/tests
2022-07-01 17:37:43 +02:00
..
modules moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
README.md moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
selection.pest moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00

Where are the tests?

We have a lot of tests at the end of source files, this allows us to test functions that are not exposed by the editor itself. editor/mvc/ed_update.rs and editor/ui/text/big_text_area.rs have many important tests.