crates/language/src/tests.rs → crates/language/src/buffer_tests.rs 🔗
Max Brunsfeld created
crates/language/src/buffer_tests.rs | 0
crates/language/src/language.rs | 3 ++-
2 files changed, 2 insertions(+), 1 deletion(-)
@@ -4,8 +4,9 @@ mod highlight_map;
mod outline;
pub mod proto;
mod syntax_map;
+
#[cfg(test)]
-mod tests;
+mod buffer_tests;
use anyhow::{anyhow, Context, Result};
use async_trait::async_trait;