mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 06:42:20 +02:00
Update splash_messages.test.ts
This commit is contained in:
parent
e08c299963
commit
58832edbb9
@ -30,8 +30,8 @@ describe("Data - Splash Messages", () => {
|
|||||||
testSeason(new Date("2025-02-07"), new Date("2025-02-21"), "valentines");
|
testSeason(new Date("2025-02-07"), new Date("2025-02-21"), "valentines");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should contain april fools messages from April 1 to April 2", () => {
|
it("should contain april fools messages from April 1 to April 3", () => {
|
||||||
testSeason(new Date("2025-04-01"), new Date("2025-04-02"), "aprilFools");
|
testSeason(new Date("2025-04-01"), new Date("2025-04-03"), "aprilFools");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should contain halloween messages from Oct 15 to Oct 31", () => {
|
it("should contain halloween messages from Oct 15 to Oct 31", () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user