mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
fix test
This commit is contained in:
parent
627cfa1dff
commit
690efc0aff
@ -19,8 +19,6 @@ describe("Updatenotification", function () {
|
|||||||
const gitInfo = arr[0];
|
const gitInfo = arr[0];
|
||||||
branch = gitInfo.current;
|
branch = gitInfo.current;
|
||||||
expect(gitInfo.current).not.toBe("");
|
expect(gitInfo.current).not.toBe("");
|
||||||
expect(gitInfo.tracking).not.toBe("");
|
|
||||||
expect(gitInfo.hash).not.toBe("");
|
|
||||||
}, 15000);
|
}, 15000);
|
||||||
|
|
||||||
it("should return no refs for git fetch", async function () {
|
it("should return no refs for git fetch", async function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user