mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 11:01:54 +00:00
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:
parent
be4d314858
commit
2cf692e8d5
3 changed files with 1231 additions and 1235 deletions
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",
|
||||
|
|
Loading…
Reference in a new issue