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:
File diff suppressed because it is too large
Load Diff
1227
crates/file_finder/src/file_finder_tests.rs
Normal file
1227
crates/file_finder/src/file_finder_tests.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@ extend-exclude = [
|
||||
# Vim makes heavy use of partial typing tables
|
||||
"crates/vim/*",
|
||||
# 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/collab/migrations/20231009181554_add_release_channel_to_rooms.sql",
|
||||
|
||||
Reference in New Issue
Block a user