This commit is contained in:
parent
d9e7543238
commit
af8ba14b83
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ describe("Time splitter", () => {
|
|||
expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Nothing, time: "" });
|
||||
});
|
||||
}
|
||||
/* {
|
||||
{
|
||||
const name = "2m@p";
|
||||
test(name, () => {
|
||||
expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Mention, time: "2m" });
|
||||
});
|
||||
} */
|
||||
}
|
||||
{
|
||||
const name = "41@";
|
||||
test(name, () => {
|
||||
|
|
Loading…
Reference in a new issue