Add tests

This commit is contained in:
Edwin Cheng 2020-04-10 01:43:47 +08:00
parent e5698faf4c
commit 460ddde176
6 changed files with 305 additions and 0 deletions

View file

@ -52,3 +52,6 @@ pub fn list_macros(task: &ListMacrosTask) -> Result<ListMacrosResult, String> {
}
}
}
#[cfg(test)]
mod tests;