Move unit tests into separate file.

This commit is contained in:
Stephen Chung
2021-09-07 22:12:04 +08:00
parent e8b811af28
commit 09da9ddcbc
3 changed files with 40 additions and 40 deletions

View File

@@ -93,6 +93,7 @@ pub mod packages;
mod parse;
pub mod plugin;
mod scope;
mod tests;
mod token;
mod r#unsafe;