Move file finder tests to their own file

Previously, the size of the file finder file would cause code formatting to time out.
This commit is contained in:
Max Brunsfeld 2024-01-23 15:01:16 -08:00
parent be4d314858
commit 2cf692e8d5
3 changed files with 1231 additions and 1235 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@ extend-exclude = [
# Vim makes heavy use of partial typing tables # Vim makes heavy use of partial typing tables
"crates/vim/*", "crates/vim/*",
# Editor and file finder rely on partial typing and custom in-string syntax # Editor and file finder rely on partial typing and custom in-string syntax
"crates/file_finder/src/file_finder.rs", "crates/file_finder/src/file_finder_tests.rs",
"crates/editor/src/editor_tests.rs", "crates/editor/src/editor_tests.rs",
# :/ # :/
"crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql", "crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql",