Skip to content

Commit

Permalink
add types tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 30, 2022
1 parent 800c383 commit 64eacd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#[cfg(test)]
mod tests;

pub mod types;
1 change: 1 addition & 0 deletions types/src/tests.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use super::types::*;

0 comments on commit 64eacd2

Please sign in to comment.