Add tests

This commit is contained in:
Dolan Miu
2023-03-15 02:46:39 +00:00
parent 352511bb55
commit 811dd61562
12 changed files with 1138 additions and 11 deletions

View File

@ -14,7 +14,7 @@ export const findRunElementIndexWithToken = (paragraphElement: Element, token: s
}
}
}
// return -1;
throw new Error("Token not found");
};