mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
update module clock
This commit is contained in:
@@ -11,7 +11,7 @@ describe("Test helloworld module", function () {
|
||||
helpers.getDocument(done, 1000);
|
||||
});
|
||||
|
||||
it("Test message helloworld module", async function () {
|
||||
it("Test message helloworld module", function () {
|
||||
const elem = document.querySelector(".helloworld");
|
||||
expect(elem).not.toBe(null);
|
||||
expect(elem.textContent).toContain("Test HelloWorld Module");
|
||||
@@ -24,7 +24,7 @@ describe("Test helloworld module", function () {
|
||||
helpers.getDocument(done, 1000);
|
||||
});
|
||||
|
||||
it("Test message helloworld module", async function () {
|
||||
it("Test message helloworld module", function () {
|
||||
const elem = document.querySelector(".helloworld");
|
||||
expect(elem).not.toBe(null);
|
||||
expect(elem.textContent).toContain("Hello World!");
|
||||
|
Reference in New Issue
Block a user