Skip to content

Commit

Permalink
test: properly relocate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Oct 12, 2023
1 parent 77e8b7d commit d25a016
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ pub fn enable_ansi_support() -> Result<(), ()> {
Ok(())
}

#[cfg(test)]
mod test;

pub mod prelude {
pub use crate::ColorMode;
pub use crate::ToColoredJson;
Expand Down

0 comments on commit d25a016

Please sign in to comment.