chore: merge dev
to main
#181
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@ describe("Time splitter", () => {
|
||||||
expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Nothing, time: "" });
|
expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Nothing, time: "" });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
/* {
|
{
|
||||||
const name = "2m@p";
|
const name = "2m@p";
|
||||||
test(name, () => {
|
test(name, () => {
|
||||||
expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Mention, time: "2m" });
|
expect(splitTime(name)).toStrictEqual({ option: OptionReminder.Mention, time: "2m" });
|
||||||
});
|
});
|
||||||
} */
|
}
|
||||||
{
|
{
|
||||||
const name = "41@";
|
const name = "41@";
|
||||||
test(name, () => {
|
test(name, () => {
|
||||||
|
|
Loading…
Reference in a new issue