mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 00:47:01 +05:30
feat: begin adding tests for matchers
This commit is contained in:
parent
a112cbefc6
commit
86cb0fde40
2 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
mod config;
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
|
||||
use std::error::Error;
|
||||
use std::ops::{Deref, Not};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue