test(push): add push remove test

This commit is contained in:
grimhilt
2024-03-31 19:23:32 +02:00
parent 5e43800d6c
commit 1aa02a24af
7 changed files with 89 additions and 24 deletions

View File

@@ -32,6 +32,7 @@ pub fn add(args: AddArgs) {
let rules = nextsyncignore::get_rules();
for file in file_vec {
dbg!(&file);
let f = match normalize_relative(file) {
Ok(f) => f,
Err(err) => {