We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef9ace commit 1c6cbbcCopy full SHA for 1c6cbbc
tests/electron/modules/compliments_spec.js
@@ -34,6 +34,10 @@ describe("Compliments module", () => {
34
await helpers.startApplication("tests/configs/modules/compliments/compliments_parts_day.js", "01 Oct 2022 20:00:00 GMT");
35
await expect(doTest(["Hello There", "Good Evening", "Evening test"])).resolves.toBe(true);
36
});
37
+
38
+ it("doesnt show evening compliments during the day when the other parts of day are not set", async () => {
39
+ await helpers.startApplication("tests/configs/modules/compliments/compliments_evening.js", "01 Oct 2022 10:00:00 GMT");
40
+ });
41
42
43
describe("Feature date in compliments module", () => {
0 commit comments